diff --git a/Installer Script.iss b/Installer Script.iss index 285e6336..7f032e93 100644 --- a/Installer Script.iss +++ b/Installer Script.iss @@ -42,6 +42,6 @@ Source: "{#SourcePath}\dist\settings.json"; DestDir: "{app}"; Flags: ignoreversi [Icons] Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" -[Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent +; [Run] +; Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent diff --git a/updater.py b/updater.py index 3a6ce33d..fcd62fe0 100644 --- a/updater.py +++ b/updater.py @@ -30,5 +30,4 @@ settings['version'] = latest_version with open('settings.json', 'w') as outfile: json.dump(settings, outfile, indent=4) - -os.startfile('Music Caster.exe') \ No newline at end of file + os.startfile('Music Caster.exe')