summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2018-06-25 19:10:41 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-06-25 19:10:41 +0200
commit9547df797f7a12e2410df2e4a82e3436248a282f (patch)
tree211d493674eccf986d77cb5cad01277f313d7b7e /Makefile
parent14f278bc06ae528b1c50df81660f847c5d2ea870 (diff)
[pkg] windows installer templates
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100755
index 0000000..0dcba61
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,8 @@
+
+build_osx:
+ echo "[+] building osx"
+build_win:
+ echo "[+] building windows"
+ "C:\Program Files (x86)\NSIS\makensis.exe" win/RiseupVPN-installer.nsi
+snap:
+ echo "[+] building snap"