summaryrefslogtreecommitdiff
path: root/branding/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'branding/README.txt')
-rw-r--r--branding/README.txt28
1 files changed, 24 insertions, 4 deletions
diff --git a/branding/README.txt b/branding/README.txt
index dea4d76..c3d9482 100644
--- a/branding/README.txt
+++ b/branding/README.txt
@@ -12,21 +12,41 @@ Configure
- 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
--------------------------------------------------------------------------------
-Some of the following scripts need network access, since they will check
+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.org make prepare
-make build
+PROVIDER=example make prepare_all
You can also specify a cusom config file:
-PROVIDER=example.org PROVIDER_CONFIG make prepare
+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