Skip to content

Commit b4c3f63

Browse files
committed
Update NETworkManager.iss
1 parent 77ca460 commit b4c3f63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

InnoSetup/NETworkManager.iss

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "NETworkManager"
5-
#define MyAppVersion "2020.1.0"
5+
#define MyAppVersion "2020.4.0"
66
#define MyAppPublisher "BornToBeRoot"
77
#define MyAppURL "https://github.com/BornToBeRoot/NETworkManager/"
88
#define MyAppExeName "NETworkManager.exe"
@@ -22,10 +22,10 @@ UninstallDisplayName={#MyAppName}
2222
UninstallDisplayIcon={app}\{#MyAppExeName}
2323
DefaultDirName={autopf}\{#MyAppName}
2424
DisableProgramGroupPage=yes
25-
LicenseFile=X:\NETworkManager\Builds\NETworkManager\Licenses\NETworkManager.txt
25+
LicenseFile=X:\Development\NETworkManager\Builds\NETworkManager\Licenses\NETworkManager.txt
2626
; Uncomment the following line to run in non administrative install mode (install for current user only.)
2727
;PrivilegesRequired=lowest
28-
OutputDir=X:\NETworkManager\Builds
28+
OutputDir=X:\Development\NETworkManager\Builds
2929
OutputBaseFilename=NETworkManager_{#MyAppVersion}_Setup
3030
Compression=lzma
3131
SolidCompression=yes
@@ -40,8 +40,8 @@ Name: "russian"; MessagesFile: "compiler:Languages\Russian.isl"
4040
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
4141

4242
[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
4545
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
4646

4747
[Icons]

0 commit comments

Comments
 (0)