summaryrefslogtreecommitdiff
path: root/branding/README.txt
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-06 17:57:18 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-06 19:39:52 +0200
commit503721070e709324adc7ba4037de33ed5079458f (patch)
treec1e7ef0733a06f172096f7b7cada1a6dd8148322 /branding/README.txt
parent81e9e16e6feaa2833e3544d3fe8d04fda60d009f (diff)
[pkg] squash targets
Diffstat (limited to 'branding/README.txt')
-rw-r--r--branding/README.txt52
1 files changed, 0 insertions, 52 deletions
diff --git a/branding/README.txt b/branding/README.txt
deleted file mode 100644
index c3d9482..0000000
--- a/branding/README.txt
+++ /dev/null
@@ -1,52 +0,0 @@
-Branding for BitmaskVPN
-================================================================================
-
-This folder contains everything that is needed to generate a customized built of
-BitmaskVPN for your provider.
-
-
-Configure
---------------------------------------------------------------------------------
-
-- Copy or edit the file at 'branding/config/vendor.conf'. Add all the needed variables.
-- Copy your provider CA certificate to the same folder: 'branding/config/<provider>-ca.crt'
-- Make sure that the folder 'branding/assets/<provider>' exists. Copy there all the needed assets.
-
-Checkout
---------------------------------------------------------------------------------
-
-git clone https://0xacab.org/leap/bitmask-vpn
-cd bitmask-vpn
-git pull --tags
-
-Build
---------------------------------------------------------------------------------
-
-make build
-
-
-Package
---------------------------------------------------------------------------------
-
-NOTE: Some of the following scripts need network access, since they will check
-whether the configuration published by your provider matches what is configured
-before the build.
-
-Run:
-
-PROVIDER=example make prepare_all
-
-You can also specify a cusom config file:
-
-PROVIDER=example PROVIDER_CONFIG=/path/to/vendor.conf make prepare_all
-make build
-
-After this, you will find the build scripts ready in the following folder:
-
-cd build/example
-
-make package_win
-make package_osx
-make package_snap
-make package_deb
-