From 9547df797f7a12e2410df2e4a82e3436248a282f Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 25 Jun 2018 19:10:41 +0200 Subject: [pkg] windows installer templates --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 Makefile (limited to 'Makefile') 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" -- cgit v1.2.3