summaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
Diffstat (limited to 'installer')
-rw-r--r--installer/bitmask-installer.pro13
-rw-r--r--installer/packages/riseupvpn/data/README.txt4
2 files changed, 15 insertions, 2 deletions
diff --git a/installer/bitmask-installer.pro b/installer/bitmask-installer.pro
index c526283..c91a618 100644
--- a/installer/bitmask-installer.pro
+++ b/installer/bitmask-installer.pro
@@ -17,5 +17,16 @@ OTHER_FILES += \
packages/riseupvpn/meta/package.xml \
packages/riseupvpn/meta/install.js \
packages/riseupvpn/data/README.txt \
- packages/riseupvpn/data/riseup-vpn
+macx {
+ OTHER_FILES += "packages/riseupvpn/data/riseup-vpn.app"
+ OTHER_FILES += "packages/riseupvpn/data/bitmask-helper"
+}
+linux {
+ OTHER_FILES += "packages/riseupvpn/data/riseup-vpn"
+ OTHER_FILES += "packages/riseupvpn/data/bitmask-helper"
+}
+win32{
+ OTHER_FILES += "packages/riseupvpn/data/riseup-vpn.exe"
+ OTHER_FILES += "packages/riseupvpn/data/helper.exe"
+}
diff --git a/installer/packages/riseupvpn/data/README.txt b/installer/packages/riseupvpn/data/README.txt
index 616eb29..c71984f 100644
--- a/installer/packages/riseupvpn/data/README.txt
+++ b/installer/packages/riseupvpn/data/README.txt
@@ -1 +1,3 @@
-RiseupVPN README
+This is the RiseupVPN README.
+It should be replaced with something more meaningful
+(give links to issue tracker, repos, uninstaller etc).