diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2020-09-15 00:49:38 +0200 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2020-09-25 13:08:23 +0200 |
commit | f5e3655bfd66d19b37f1359fa91f841b687e339d (patch) | |
tree | ddb2e83fa5345a492e109f53d6a96ce5604050b0 /branding | |
parent | c51106f43197abf294e756689483967d2426903d (diff) |
[bug] fix variable in template
- add some extra debug info for troubleshooting start errors
- fix vendors labels
Diffstat (limited to 'branding')
-rw-r--r-- | branding/config/vendor.conf | 2 | ||||
-rw-r--r-- | branding/templates/snap/snapcraft-template.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/branding/config/vendor.conf b/branding/config/vendor.conf index 472ee26..d142852 100644 --- a/branding/config/vendor.conf +++ b/branding/config/vendor.conf @@ -50,7 +50,7 @@ donateURL = name = demolib applicationName = DemoLibVPN -binaryName = demolibvpn +binaryName = demolib-vpn auth = sip authEmptyPass = true diff --git a/branding/templates/snap/snapcraft-template.yaml b/branding/templates/snap/snapcraft-template.yaml index f8e8435..45d7bd5 100644 --- a/branding/templates/snap/snapcraft-template.yaml +++ b/branding/templates/snap/snapcraft-template.yaml @@ -38,7 +38,7 @@ parts: mkdir -p $SNAPCRAFT_PART_INSTALL/snap/ mkdir -p $SNAPCRAFT_PRIME/snap/ echo ${version} > $SNAPCRAFT_PRIME/snap/version.txt - QT_SELECT=5 XBUILD=no TARGET={binaryName} ./build.sh + QT_SELECT=5 XBUILD=no TARGET=${binaryName} ./build.sh mkdir -p $SNAPCRAFT_PART_INSTALL/bin mv qtbuild/release/${binaryName} $SNAPCRAFT_PART_INSTALL/bin/ override-prime: | |