Skip to content
Permalink
Browse files
better license stuff in installer
  • Loading branch information
namazso committed Dec 1, 2019
1 parent 301ad5d commit 78e26b1dd2d8af561db1304622a119e6fe6e1d56
Showing with 687 additions and 2 deletions.
  1. +2 −2 installer.iss
  2. +685 −0 license.installer.txt
@@ -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"

@@ -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=.

0 comments on commit 78e26b1

Please sign in to comment.