diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-09-15 16:46:43 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-09-25 12:36:10 +0200 |
commit | 6a165ef14b5f785691b73024469578a617cbebcb (patch) | |
tree | 7dc9a849934855d02d3bb506c3197fe497eabf5d | |
parent | a487a3070cf0f390525a90f052e1ff8070d0f3e0 (diff) |
[pkg] remove call to vendorize
-rw-r--r-- | branding/config/vendor.conf | 23 | ||||
-rw-r--r-- | gui/backend.go | 2 |
2 files changed, 2 insertions, 23 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf index b519cf8..472ee26 100644 --- a/branding/config/vendor.conf +++ b/branding/config/vendor.conf @@ -45,31 +45,12 @@ geolocationAPI = https://api.black.riseup.net:9001/json askForDonations = false donateURL = -[demo] - -name = demo -applicationName = DemoVPN -binaryName = demo-vpn -auth = anon - -providerURL = pt.demo.bitmask.net -apiURL = https://pt.demo.bitmask.net:8000/ -caURL = https://pt.demo.bitmask.net:8000/ca.crt - -infoURL = https://bitmask.net -tosURL = https://bitmask.net -helpURL = https://bitmask.net - -geolocationAPI = - -askForDonations = false -donateURL = [demolib] name = demolib -applicationName = DemoLib -binaryName = demo-lib +applicationName = DemoLibVPN +binaryName = demolibvpn auth = sip authEmptyPass = true diff --git a/gui/backend.go b/gui/backend.go index 35f5fd7..e353a22 100644 --- a/gui/backend.go +++ b/gui/backend.go @@ -1,7 +1,5 @@ package main -//go:generate python3 ../branding/scripts/vendorize.py ../branding/templates/bitmaskvpn/config.go ../branding/config/vendor.conf ../pkg/config/config.go - /* a wrapper around bitmask that exposes status to a QtQml gui. Have a look at the pkg/backend module for further enlightment. */ |