Skip to content

Commit

Permalink
better license stuff in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
namazso committed Dec 1, 2019
1 parent 301ad5d commit 78e26b1
Show file tree
Hide file tree
Showing 2 changed files with 687 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "OpenHashTab"
#define MyAppVersion "1.0"
#define MyAppVersion "1.2"
#define MyAppPublisher "namazso"
#define MyAppURL "https://github.com/namazso/OpenHashTab"

Expand All @@ -18,7 +18,7 @@ AppPublisherURL={#MyAppURL}
AppSupportURL={#MyAppURL}
AppUpdatesURL={#MyAppURL}
CreateAppDir=no
LicenseFile=COPYING
LicenseFile=license.installer.txt
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputDir=.
Expand Down
Loading

0 comments on commit 78e26b1

Please sign in to comment.