2
2
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3
3
4
4
#define MyAppName " NETworkManager"
5
- #define MyAppVersion " 2020.1 .0"
5
+ #define MyAppVersion " 2020.4 .0"
6
6
#define MyAppPublisher " BornToBeRoot"
7
7
#define MyAppURL " https://github.com/BornToBeRoot/NETworkManager/"
8
8
#define MyAppExeName " NETworkManager.exe"
@@ -22,10 +22,10 @@ UninstallDisplayName={#MyAppName}
22
22
UninstallDisplayIcon = {app} \{#MyAppExeName}
23
23
DefaultDirName = {autopf}\{#MyAppName }
24
24
DisableProgramGroupPage = yes
25
- LicenseFile = X:\NETworkManager\Builds\NETworkManager\Licenses\NETworkManager.txt
25
+ LicenseFile = X:\Development\ NETworkManager\Builds\NETworkManager\Licenses\NETworkManager.txt
26
26
; Uncomment the following line to run in non administrative install mode (install for current user only.)
27
27
;PrivilegesRequired=lowest
28
- OutputDir = X:\NETworkManager\Builds
28
+ OutputDir = X:\Development\ NETworkManager\Builds
29
29
OutputBaseFilename = NETworkManager_{#MyAppVersion}_Setup
30
30
Compression = lzma
31
31
SolidCompression = yes
@@ -40,8 +40,8 @@ Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
40
40
Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ; Flags : unchecked
41
41
42
42
[Files]
43
- Source : " X:\NETworkManager\Builds\NETworkManager\NETworkManager.exe" ; DestDir : " {app} " ; Flags : ignoreversion
44
- Source : " X:\NETworkManager\Builds\NETworkManager\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
43
+ Source : " X:\Development\ NETworkManager\Builds\NETworkManager\NETworkManager.exe" ; DestDir : " {app} " ; Flags : ignoreversion
44
+ Source : " X:\Development\ NETworkManager\Builds\NETworkManager\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
45
45
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
46
46
47
47
[Icons]
0 commit comments