summaryrefslogtreecommitdiff
path: root/branding/templates/snap
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2020-09-15 00:49:38 +0200
committerkali kaneko (leap communications) <kali@leap.se>2020-09-25 13:08:23 +0200
commitf5e3655bfd66d19b37f1359fa91f841b687e339d (patch)
treeddb2e83fa5345a492e109f53d6a96ce5604050b0 /branding/templates/snap
parentc51106f43197abf294e756689483967d2426903d (diff)
[bug] fix variable in template
- add some extra debug info for troubleshooting start errors - fix vendors labels
Diffstat (limited to 'branding/templates/snap')
-rw-r--r--branding/templates/snap/snapcraft-template.yaml2
1 files changed, 1 insertions, 1 deletions
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: |