diff options
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: | |