File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ def run_pyinstaller(console=False):
157
157
'--upx-dir=%s ' % BASE_DIR +
158
158
'--icon=%s ' % WIN_ICON_FILE +
159
159
'--version-file=%s ' % VERSION_FILE +
160
- # '--onefile '
160
+ # '--onefile ' +
161
161
'--noconfirm ' + APP_FILE )
162
162
else :
163
163
## Non Console Version
@@ -168,7 +168,7 @@ def run_pyinstaller(console=False):
168
168
'--specpath=%s ' % WIN_DIR +
169
169
'--upx-dir=%s ' % BASE_DIR +
170
170
'--icon=%s ' % WIN_ICON_FILE +
171
- # '--onefile '
171
+ # '--onefile ' +
172
172
'--version-file=%s ' % VERSION_FILE +
173
173
'--noconsole '
174
174
'--noconfirm ' + APP_FILE )
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
39
39
Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ; Flags : unchecked
40
40
41
41
[Files]
42
- Source : " {#MyAppDir}\setup\Windows\ODMTools.exe " ; DestDir : " {app} " ; Flags : ignoreversion
42
+ Source : " {#MyAppDir}\setup\Windows\{#MyAppExeName} " ; DestDir : " {app} " ; Flags : ignoreversion
43
43
Source : " {#MyAppDir}\setup\Windows\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
44
44
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
45
45
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ Name: "english"; MessagesFile: "compiler:Default.isl"
41
41
Name : " desktopicon" ; Description : " {cm:CreateDesktopIcon}" ; GroupDescription: " {cm:AdditionalIcons}" ; Flags : unchecked
42
42
43
43
[Files]
44
- Source : " {#MyAppDir}\setup\Windows\ODMTools\ {#MyAppExeName}" ; DestDir : " {app} " ; Flags : ignoreversion
45
- Source : " {#MyAppDir}\setup\Windows\ODMTools\ *" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
44
+ Source : " {#MyAppDir}\setup\Windows\{#MyAppExeName}" ; DestDir : " {app} " ; Flags : ignoreversion
45
+ Source : " {#MyAppDir}\setup\Windows\*" ; DestDir : " {app} " ; Flags : ignoreversion recursesubdirs createallsubdirs
46
46
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
47
47
48
48
[Icons]
You can’t perform that action at this time.
0 commit comments