mirror of
https://github.com/tnodir/fort
synced 2024-11-15 04:05:50 +00:00
Installer: Portable: Create "Data/" directory with user permissions
This commit is contained in:
parent
4f4955d84b
commit
4b32897a64
@ -65,6 +65,9 @@ Name: "portable"; Description: "{cm:Portable}"; Flags: unchecked
|
||||
Source: "build\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: "{#APP_EXE_NAME}.example.ini"; DestDir: "{app}"; Flags: ignoreversion
|
||||
|
||||
[Dirs]
|
||||
Name: "{app}\Data"; Flags: uninsneveruninstall; Permissions: users-modify; Tasks: portable
|
||||
|
||||
[Icons]
|
||||
; Start menu shortcut
|
||||
Name: "{group}\{#APP_NAME}"; Filename: "{#APP_EXE}"; WorkingDir: "{app}"; \
|
||||
|
Loading…
Reference in New Issue
Block a user