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/templates | |
parent | c51106f43197abf294e756689483967d2426903d (diff) |
[bug] fix variable in template
- add some extra debug info for troubleshooting start errors
- fix vendors labels
Diffstat (limited to 'branding/templates')
-rw-r--r-- | branding/templates/snap/snapcraft-template.yaml | 2 |
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: | |