diff options
Diffstat (limited to 'branding/templates')
-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 600a6a9..e7d1830 100644 --- a/branding/templates/snap/local/app.desktop +++ b/branding/templates/snap/local/app.desktop @@ -6,7 +6,7 @@ Comment=Anonymous VPN Comment[es]=VPN Anonima Comment[de]=Anonymous VPN Path=/snap/bin/ -Exec="/snap/bin/${binaryName}.launcher" +Exec=${binaryName}.launcher Terminal=false Icon=${SNAP}/meta/gui/${binaryName}.png Categories=Network;Application; |