Skip to content

Commit

Permalink
Forgot that the file got renamed :P
Browse files Browse the repository at this point in the history
  • Loading branch information
e3ndr committed Nov 1, 2024
1 parent 531f2c6 commit bea0d50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -75,13 +75,13 @@ SectionEnd

Section "Desktop Shortcut" DeskShort
IfSilent +2 ; Don't create Desktop shortcut when silent.
CreateShortCut "$DESKTOP\${NAME}.lnk" "$INSTDIR\Casterlabs-Caffeinated-Updater.exe"
CreateShortCut "$DESKTOP\${NAME}.lnk" "$INSTDIR\Casterlabs-Caffeinated.exe"
SectionEnd

Section "Start Menu Shortcut" StartShort
IfSilent +4 ; Don't create StartMenu shortcut when silent.
CreateDirectory "$SMPROGRAMS\${COMPANY}"
CreateShortCut "$SMPROGRAMS\${COMPANY}\${NAME}.lnk" "$INSTDIR\Casterlabs-Caffeinated-Updater.exe"
CreateShortCut "$SMPROGRAMS\${COMPANY}\${NAME}.lnk" "$INSTDIR\Casterlabs-Caffeinated.exe"
CreateShortCut "$SMPROGRAMS\${COMPANY}\Uninstall ${NAME}.lnk" "$INSTDIR\uninstall.exe"
SectionEnd

Expand Down

0 comments on commit bea0d50

Please sign in to comment.