4
1
mirror of https://github.com/QuasarApp/CQtDeployer.git synced 2025-05-09 16:09:37 +00:00
This commit is contained in:
Andrei Yankovich 2022-10-16 11:39:52 +03:00
parent 6e70dfcde5
commit 6af9bf7da8
2 changed files with 8 additions and 8 deletions
src/CQtDeployer/Deploy

@ -3,5 +3,5 @@
function join_by { local IFS="$1"; shift; echo "$*"; }
var=$(join_by , $@)
cqtdeployer $var -bin $var
$SNAP/CQtDeployer.sh $var -bin $var

@ -46,7 +46,7 @@ parts:
- libxcb-render-util0
- libxcb-xinerama0
after: [ cqt-meta, cqt-qifw ]
after: [ cqt-meta ]
override-stage: |
snapcraftctl stage
@ -60,10 +60,10 @@ parts:
snapcraftctl stage
chmod 777 -R "$SNAPCRAFT_STAGE"
cqt-qifw:
plugin: dump
source: src/CQtDeployer/Deploy/QIFW/
# cqt-qifw:
# plugin: dump
# source: src/CQtDeployer/Deploy/QIFW/
override-stage: |
snapcraftctl stage
chmod 777 -R "$SNAPCRAFT_STAGE"
# override-stage: |
# snapcraftctl stage
# chmod 777 -R "$SNAPCRAFT_STAGE"