summaryrefslogtreecommitdiff
path: root/installer/bitmask-installer.pro
diff options
context:
space:
mode:
authorkali <kali@leap.se>2020-09-30 16:25:27 +0200
committerRuben Pollan <meskio@sindominio.net>2020-10-13 19:08:44 +0200
commitef892643df8970aec45dbc3f48eabb95a1ccbf22 (patch)
tree1a20c34cca7b94e69468e471790996fa61909805 /installer/bitmask-installer.pro
parent47ac0543b9ed2d4afb8814a19e2f4dc3c30030e1 (diff)
[pkg] osx helper and working qt installer
Diffstat (limited to 'installer/bitmask-installer.pro')
-rw-r--r--installer/bitmask-installer.pro38
1 files changed, 0 insertions, 38 deletions
diff --git a/installer/bitmask-installer.pro b/installer/bitmask-installer.pro
deleted file mode 100644
index 49179c4..0000000
--- a/installer/bitmask-installer.pro
+++ /dev/null
@@ -1,38 +0,0 @@
-TEMPLATE = aux
-
-CONFIG -= debug_and_release
-
-INSTALLER = RiseupVPN-Installer
-
-INPUT = $$PWD/config/config.xml $$PWD/packages
-inst.input = INPUT
-inst.output = $$INSTALLER
-inst.commands = binarycreator -c $$PWD/config/config.xml -p $$PWD/packages ${QMAKE_FILE_OUT}
-inst.CONFIG += target_predeps no_link combine
-
-QMAKE_EXTRA_COMPILERS += inst
-
-OTHER_FILES += \
-# watch out... it chokes with dashes in the path
- packages/riseupvpn/meta/package.xml \
- packages/riseupvpn/meta/install.js \
- packages/riseupvpn/data/README.txt \
-
-macx {
- OTHER_FILES += "packages/riseupvpn/data/riseup-vpn.app"
- OTHER_FILES += "packages/riseupvpn/data/bitmask-helper"
- OTHER_FILES += "packages/riseupvpn/data/installer.py"
- OTHER_FILES += "packages/riseupvpn/data/se.leap.bitmask-helper.plist"
- OTHER_FILES += "packages/riseupvpn/data/openvpn.leap"
- OTHER_FILES += "packages/riseupvpn/data/helper/bitmask.pf.conf"
- OTHER_FILES += "packages/riseupvpn/data/client.up.sh"
- OTHER_FILES += "packages/riseupvpn/data/client.down.sh"
-}
-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"
-}