Skip to content
Snippets Groups Projects
Unverified Commit 6a165ef1 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[pkg] remove call to vendorize

parent a487a307
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment