Skip to content

Commit

Permalink
Add a donation page in the installer
Browse files Browse the repository at this point in the history
Won't show when updating, only installing manually, default checked but
can be unchecked.

Fixes #142
  • Loading branch information
Antoine Aflalo committed Feb 11, 2017
1 parent d5bf022 commit e336587
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Installer/setup.iss
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Name: "{commondesktop}\{#MyAppSetupName}"; Filename: "{app}\SoundSwitch.exe"; Ta
[Run]
Filename: "{app}\SoundSwitch.exe"; Description: "{cm:LaunchProgram,{#MyAppSetupName}}"; Flags: nowait postinstall
Filename: "{app}\Readme.html"; Description: "View the README file"; Flags: postinstall shellexec skipifsilent
Filename: "https://www.aaflalo.me/donate/"; Description: "Support the project"; Flags: postinstall shellexec skipifsilent runasoriginaluser
Filename: "{app}\Changelog.html"; Description: "View the CHANGELOG file"; Flags: postinstall shellexec skipifsilent unchecked

[CustomMessages]
Expand Down

0 comments on commit e336587

Please sign in to comment.