Skip to content

Commit

Permalink
Adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinW1998 committed May 20, 2024
1 parent 300cbd8 commit 23ed606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Installer/celeste.iss
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ AppUpdatesURL={#MyAppURL}
AppCopyright={#MyAppCopyright}
DefaultDirName={userdocs}\ProjectCeleste
DisableProgramGroupPage=yes
SetupIconFile=icon.ico
; In case of dependencies - just in case
; AlwaysRestart=yes
; Uncomment the following line to run in non administrative install mode (install for current user only.)
;PrivilegesRequired=lowest
OutputBaseFilename=mysetup
OutputBaseFilename=CelesteInstaller
#if NO_COMPRESSION
Compression=none
#else
Expand Down Expand Up @@ -86,7 +87,8 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de
Filename: "{app}\{#MyAppScannerName}"; Parameters: "{app} enUS false true"; StatusMsg: "Running Game Scanner..."; Flags: skipifsilent
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange("Celeste Launcher", '&', '&&')}}"; Flags: nowait postinstall skipifsilent


[Messages]
UninstalledAll=%1 was successfully removed from your computer. You may now delete the rest of the game folder to remove the game files.



Expand Down
Binary file added Installer/icon.ico
Binary file not shown.

0 comments on commit 23ed606

Please sign in to comment.