From 6a165ef14b5f785691b73024469578a617cbebcb Mon Sep 17 00:00:00 2001
From: "kali kaneko (leap communications)" <kali@leap.se>
Date: Tue, 15 Sep 2020 16:46:43 +0200
Subject: [PATCH] [pkg] remove call to vendorize

---
 branding/config/vendor.conf | 23 ++---------------------
 gui/backend.go              |  2 --
 2 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf
index b519cf8c..472ee261 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 35f5fd7e..e353a22e 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. */
 
-- 
GitLab