Skip to content
Snippets Groups Projects
Unverified Commit 14709c4e authored by meskio's avatar meskio :tent:
Browse files

[pkg] Make the icon brandable

parent 18b3fd72
No related branches found
No related tags found
1 merge request!25[pkg] Make the icon brandable
File moved
......@@ -10,7 +10,7 @@ description: |
grade: stable
confinement: classic
icon: snap/gui/riseupvpn.svg
icon: snap/gui/icon.svg
parts:
desktop-gtk3:
......
riseupvpn.ico
icon.ico
openssl.exe
openvpn.exe
ssleay32.dll
......
......@@ -66,7 +66,7 @@ Section "InstallFiles"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$app_name_lower" "DisplayName" "$app_name"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$app_name_lower" "UninstallString" '"$INSTDIR\uninstall.exe"'
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$app_name_lower" "InstallLocation" "$INSTDIR"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$app_name_lower" "DisplayIcon" "$INSTDIR\$app_name_lower.ico"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$app_name_lower" "DisplayIcon" "$INSTDIR\icon.ico"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$app_name_lower" "Readme" "$INSTDIR\readme.txt"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$app_name_lower" "DisplayVersion" "$version"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\$app_name_lower" "Publisher" "LEAP Encryption Access Project"
......@@ -75,11 +75,11 @@ Section "InstallFiles"
;Start Menu
createDirectory "$SMPROGRAMS\$app_name\"
createShortCut "$SMPROGRAMS\$app_name\$app_name.lnk" "$INSTDIR\bitmask-vpn.exe" "" "$INSTDIR\$app_name_lower.ico"
createShortCut "$SMPROGRAMS\$app_name\$app_name.lnk" "$INSTDIR\bitmask-vpn.exe" "" "$INSTDIR\icon.ico"
File "readme.txt"
File "..\staging\nssm.exe"
File "..\assets\$app_name_lower.ico"
File "/oname=icon.ico" "..\assets\$app_name_lower.ico"
$extra_install_files
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment