summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-10-04 22:59:33 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-10-05 00:25:48 +0200
commit069e1f878e2bc25dfcd36b75a2e1adeffb0192e2 (patch)
treef856ab0279ec2ad043eaaead1144dc415ce3ecb4
parent0ff0191696723fd5885885974d47a9d54d7944bf (diff)
[pkg] add build_snap targetpkg/debian-desktop-entry
-rwxr-xr-xMakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 189cdaf..127242b 100755
--- a/Makefile
+++ b/Makefile
@@ -91,10 +91,11 @@ build_osx: helper_osx systray_osx bundle_osx pkg_osx
# -----------------------------------------------------------------------------
build_snap:
-# TODO migrate here the snap folder in bitmask-dev.
-# We should transition pushing *this one* to edge (via launchpad) for some time, and when it's sufficiently tested
-# we can pin this repo as the only source for the snap.
echo "[+] building snap..."
+ snapcraft build
+ snapcraft snap
+ mkdir -p dist
+ mv riseup-vpn* dist/
# -----------------------------------------------------------------------------
# Utils