diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-12-04 19:25:06 +0100 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-12-05 17:10:21 +0100 |
commit | c90493a35aa04f63d628ae0d93e393df84be2724 (patch) | |
tree | 5085768bb4387abed64e8536a9c4f3c978085c16 /branding/templates/snap/local/app.desktop | |
parent | 505f11bff3ce7cd7048c9da1510137e6a6c0e7c5 (diff) |
[pkg] fix icon in snap
Also, fix the version string reported in the dialog.
Diffstat (limited to 'branding/templates/snap/local/app.desktop')
-rw-r--r-- | branding/templates/snap/local/app.desktop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/templates/snap/local/app.desktop b/branding/templates/snap/local/app.desktop index 7598fea..600a6a9 100644 --- a/branding/templates/snap/local/app.desktop +++ b/branding/templates/snap/local/app.desktop @@ -8,7 +8,7 @@ Comment[de]=Anonymous VPN Path=/snap/bin/ Exec="/snap/bin/${binaryName}.launcher" Terminal=false -Icon=/snap/${binaryName}/current/meta/gui/icon.svg +Icon=${SNAP}/meta/gui/${binaryName}.png Categories=Network;Application; StartupNotify=true Keywords=VPN;${name};leap |