diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-06-16 22:05:10 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-06-26 12:13:38 +0200 |
commit | d41ddde8f2541c50425dc62a7931a1c4e54188b9 (patch) | |
tree | 192982f991fd9a04d81583e857f0e11759693dac /gui/backend.go | |
parent | f174e76156759cf28cbe067d1270395cee425758 (diff) |
[pkg] add generation of vendored config again
Diffstat (limited to 'gui/backend.go')
-rw-r--r-- | gui/backend.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/backend.go b/gui/backend.go index ab96edb..edb2b17 100644 --- a/gui/backend.go +++ b/gui/backend.go @@ -1,5 +1,7 @@ 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. */ |