Skip to content

Commit

Permalink
- Added a setting to the setupbuilder-file so that the permissions fo…
Browse files Browse the repository at this point in the history
…r the folder are correctly set.
  • Loading branch information
Dakoon committed Jan 1, 2019
1 parent 49b88f1 commit 1c2eda2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions setupBuildfile.iss
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
[Tasks]
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked

; The dirs-part is needed to set permisions for the folder so that the config file and the logs can be written.
[Dirs]
Name: "{app}"; Permissions: users-full

[Files]
Source: "bin\Release\WhatsappTray.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\Hook.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down

0 comments on commit 1c2eda2

Please sign in to comment.