Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
riseup_vpn
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
leap
riseup_vpn
Commits
14709c4e
Unverified
Commit
14709c4e
authored
6 years ago
by
meskio
Browse files
Options
Downloads
Patches
Plain Diff
[pkg] Make the icon brandable
parent
18b3fd72
No related branches found
No related tags found
1 merge request
!25
[pkg] Make the icon brandable
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
snap/gui/icon.svg
+0
-0
0 additions, 0 deletions
snap/gui/icon.svg
snap/snapcraft.yaml
+1
-1
1 addition, 1 deletion
snap/snapcraft.yaml
win/payload/uninstall
+1
-1
1 addition, 1 deletion
win/payload/uninstall
win/template.nsi
+3
-3
3 additions, 3 deletions
win/template.nsi
with
5 additions
and
5 deletions
snap/gui/
riseupvp
n.svg
→
snap/gui/
ico
n.svg
+
0
−
0
View file @
14709c4e
File moved
This diff is collapsed.
Click to expand it.
snap/snapcraft.yaml
+
1
−
1
View file @
14709c4e
...
...
@@ -10,7 +10,7 @@ description: |
grade
:
stable
confinement
:
classic
icon
:
snap/gui/
riseupvp
n.svg
icon
:
snap/gui/
ico
n.svg
parts
:
desktop-gtk3
:
...
...
This diff is collapsed.
Click to expand it.
win/payload/uninstall
+
1
−
1
View file @
14709c4e
riseupvp
n.ico
ico
n.ico
openssl.exe
openvpn.exe
ssleay32.dll
...
...
This diff is collapsed.
Click to expand it.
win/template.nsi
+
3
−
3
View file @
14709c4e
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment