diff options
Diffstat (limited to 'branding/templates/snap/local/app.desktop')
-rw-r--r-- | branding/templates/snap/local/app.desktop | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/branding/templates/snap/local/app.desktop b/branding/templates/snap/local/app.desktop new file mode 100644 index 0000000..7598fea --- /dev/null +++ b/branding/templates/snap/local/app.desktop @@ -0,0 +1,15 @@ +[Desktop Entry] +Version=1.0 +Type=Application +Name=${applicationName} +Comment=Anonymous VPN +Comment[es]=VPN Anonima +Comment[de]=Anonymous VPN +Path=/snap/bin/ +Exec="/snap/bin/${binaryName}.launcher" +Terminal=false +Icon=/snap/${binaryName}/current/meta/gui/icon.svg +Categories=Network;Application; +StartupNotify=true +Keywords=VPN;${name};leap + |