Skip to content

Commit

Permalink
Fix path for FileWrite folders
Browse files Browse the repository at this point in the history
  • Loading branch information
Makazzz committed Dec 19, 2019
1 parent a78f89d commit 4afed23
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ MinOS=XP

[FileWrite1]
Type=Replace
File=%PAL:DataDir%\library\folders
File=%PAL:DataDir%\fb2k\library\folders
Find=%PAL:LastDrive%%PAL:LastPackagePartialDir%\
Replace=%PAL:Drive%%PAL:PackagePartialDir%\

[FileWrite2]
Type=Replace
File=%PAL:DataDir%\library\folders
File=%PAL:DataDir%\fb2k\library\folders
Find=%PAL:LastDrive%%PAL:LastPortableAppsBaseDir%\
Replace=%PAL:Drive%%PAL:PortableAppsBaseDir%\

[FileWrite3]
Type=Replace
File=%PAL:DataDir%\library\folders
File=%PAL:DataDir%\fb2k\library\folders
Find=%PAL:LastDrive%\
Replace=%PAL:Drive%\

Expand Down

0 comments on commit 4afed23

Please sign in to comment.