From f5e3655bfd66d19b37f1359fa91f841b687e339d Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Tue, 15 Sep 2020 00:49:38 +0200 Subject: [bug] fix variable in template - add some extra debug info for troubleshooting start errors - fix vendors labels --- branding/config/vendor.conf | 2 +- branding/templates/snap/snapcraft-template.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'branding') 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: | -- cgit v1.2.3