diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-07-15 18:06:29 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2019-08-05 11:46:16 -0400 |
commit | 1106467f972e6e5d6781412e999d7c44195bb2df (patch) | |
tree | a0f72d3902407564439cfe866aeba4a03d9854bb /branding/README.txt | |
parent | f8218b2beb8b184e7b3585f1280695ecfef040f9 (diff) |
[feat] osx build templates
Diffstat (limited to 'branding/README.txt')
-rw-r--r-- | branding/README.txt | 28 |
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 |