cwtch.im
/
ui
Arquivado
6
7
Derivar 2

update nsis script to make installed start menu link use icon
the build was successful Detalhes

Este cometimento está contido em:
Dan Ballard 2020-11-27 18:17:49 -08:00
ascendente d4e5546079
cometimento 8b004543ed
2 ficheiros modificados com 3 adições e 2 eliminações

Ver ficheiro

@ -26,7 +26,7 @@ InstallDirRegKey HKCU "Software\Cwtch" "installLocation"
!define MUI_INSTALLCOLORS "DFB9DE 281831"
!define MUI_ICON "..\nsis\knot.ico"
!define MUI_ICON "..\windows\cwtch.ico"
!define MUI_HEADERIMAGE
@ -83,7 +83,8 @@ Section
# create a shortcut in the start menu programs directory
CreateShortcut "$SMPROGRAMS\Cwtch.lnk" "$INSTDIR\ui.exe"
CreateDirectory "$SMPROGRAMS\Cwtch"
CreateShortcut "$SMPROGRAMS\Cwtch\Cwtch.lnk" "$INSTDIR\ui.exe" "" "$INSTDIR\cwtch.ico"
;Store installation folder
WriteRegStr HKCU "Software\Cwtch" "installLocation" $INSTDIR

Ver ficheiro

Antes

Largura:  |  Altura:  |  Tamanho: 66 KiB

Depois

Largura:  |  Altura:  |  Tamanho: 66 KiB