summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMakefile2
-rw-r--r--README.txt1
-rwxr-xr-xstaging/README.txt10
3 files changed, 12 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0dcba61..3800ecd 100755
--- a/Makefile
+++ b/Makefile
@@ -4,5 +4,5 @@ build_osx:
build_win:
echo "[+] building windows"
"C:\Program Files (x86)\NSIS\makensis.exe" win/RiseupVPN-installer.nsi
-snap:
+build_snap:
echo "[+] building snap"
diff --git a/README.txt b/README.txt
index 1541ac0..b236232 100644
--- a/README.txt
+++ b/README.txt
@@ -13,6 +13,7 @@ Dependencies
------------------------
* golang
+* make
Dependencies (Windows)
------------------------
diff --git a/staging/README.txt b/staging/README.txt
new file mode 100755
index 0000000..1c25967
--- /dev/null
+++ b/staging/README.txt
@@ -0,0 +1,10 @@
+This is a temporary folder used for builds.
+
+Here you should have:
+
+1. nssm.exe
+2. bitmask-systray.exe
+3. bitmask-helper.exe
+4. openvpn (and libs. TODO: compile statically)
+
+None of those should be commited to the repo, obviously.