Skip to content

Commit

Permalink
Create desktop shortcut for tapeedit
Browse files Browse the repository at this point in the history
  • Loading branch information
istvan-v committed Jan 20, 2017
1 parent 359c22f commit d427bf3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions installer/ep128emu.nsi
Expand Up @@ -490,6 +490,7 @@ Section "Create desktop shortcuts" SecDesktop
CreateShortCut "$DESKTOP\zx128emu.lnk" "$INSTDIR\ep128emu.exe" '-zx -opengl' "$INSTDIR\ep128emu.exe" 1
CreateShortCut "$DESKTOP\cpc6128emu.lnk" "$INSTDIR\ep128emu.exe" '-cpc -opengl' "$INSTDIR\ep128emu.exe" 2
CreateShortCut "$DESKTOP\tvc64emu.lnk" "$INSTDIR\ep128emu.exe" '-tvc -opengl' "$INSTDIR\ep128emu.exe" 3
CreateShortCut "$DESKTOP\ep128emu tape editor.lnk" "$INSTDIR\tapeedit.exe"
SectionGetFlags ${SecUtils} $0
IntOp $0 $0 & ${SF_SELECTED}
IntCmp $0 0 noImgConv
Expand Down Expand Up @@ -843,6 +844,7 @@ Section "Uninstall"
Delete "$DESKTOP\zx128emu.lnk"
Delete "$DESKTOP\cpc6128emu.lnk"
Delete "$DESKTOP\tvc64emu.lnk"
Delete "$DESKTOP\ep128emu tape editor.lnk"
Delete "$DESKTOP\epimgconv.lnk"

!insertmacro MUI_STARTMENU_GETFOLDER Application $MUI_TEMP
Expand Down

0 comments on commit d427bf3

Please sign in to comment.