diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf
index b519cf8cf7d04d729b8402572cef46aa431e283c..472ee261efa075cb690e72b5d72c722a449723a5 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 35f5fd7e0d7a63a9ee41fb8a96bc70ff4c31e2d2..e353a22e7f5b326c6566c99e7850715480130ab1 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. */