Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
elibroftw committed Jul 14, 2019
1 parent bcd53b5 commit 8945f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Installer Script.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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

3 changes: 1 addition & 2 deletions updater.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
os.startfile('Music Caster.exe')

0 comments on commit 8945f1e

Please sign in to comment.