Skip to content

Commit 8945f1e

Browse files
committed
Updates
1 parent bcd53b5 commit 8945f1e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Installer Script.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ Source: "{#SourcePath}\dist\settings.json"; DestDir: "{app}"; Flags: ignoreversi
4242
[Icons]
4343
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
4444

45-
[Run]
46-
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
45+
; [Run]
46+
; Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
4747

updater.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,4 @@
3030
settings['version'] = latest_version
3131
with open('settings.json', 'w') as outfile:
3232
json.dump(settings, outfile, indent=4)
33-
34-
os.startfile('Music Caster.exe')
33+
os.startfile('Music Caster.exe')

0 commit comments

Comments
 (0)