summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-06-24 18:44:14 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-06-24 18:44:14 +0200
commitceb5a5bafd28df9626f6300030ec2ede90b3f27b (patch)
treef7a3386db8ffb229b2d05db8710002e9220a10c2 /snap
parent7948cb511c802f31847e3ef1aab261ac141e967b (diff)
take desktop file out of snap folder since it seems to be removed in the build
Diffstat (limited to 'snap')
-rw-r--r--snap/local/bitmask-vpn.desktop15
-rw-r--r--snap/snapcraft.yaml8
2 files changed, 4 insertions, 19 deletions
diff --git a/snap/local/bitmask-vpn.desktop b/snap/local/bitmask-vpn.desktop
deleted file mode 100644
index 1fc7b48..0000000
--- a/snap/local/bitmask-vpn.desktop
+++ /dev/null
@@ -1,15 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Type=Application
-Name=RiseupVPN
-Comment=Anonymous VPN
-Comment[es]=VPN Anonima
-Comment[de]=Anonymous VPN
-Path=/snap/bin/
-Exec="/snap/bin/riseup-vpn.launcher"
-Terminal=false
-Icon=/snap/riseup-vpn/current/meta/gui/icon.svg
-Categories=Network;Application;
-StartupNotify=true
-Keywords=VPN;riseup;leap
-
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index 165d3b9..594a234 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -59,10 +59,10 @@ parts:
override-build: |
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
pwd
- apt install tree && tree
- ls -la .
- cat $SNAPCRAFT_PROJECT_DIR/snap/local/bitmask-vpn.desktop
- cp $SNAPCRAFT_PROJECT_DIR/snap/local/bitmask-vpn.desktop $SNAPCRAFT_PRIME/riseup-vpn.desktop
+ #ls -la .
+ #apt install tree && tree
+ #cat $SNAPCRAFT_PROJECT_DIR/snap/local/bitmask-vpn.desktop
+ cp gui/bitmask-vpn.desktop $SNAPCRAFT_PRIME/riseup-vpn.desktop
snapcraftctl build
echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>"
build-packages: