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 /gui | |
parent | a487a3070cf0f390525a90f052e1ff8070d0f3e0 (diff) |
[pkg] remove call to vendorize
Diffstat (limited to 'gui')
-rw-r--r-- | gui/backend.go | 2 |
1 files changed, 0 insertions, 2 deletions
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. */ |