mirror of
https://github.com/QuasarApp/CQtDeployer.git
synced 2025-04-27 18:24:33 +00:00
fix snap
This commit is contained in:
parent
dd7f3c0185
commit
ea03dd9fe0
@ -17,7 +17,6 @@ fi
|
||||
echo PLATFORM=$PLATFORM
|
||||
echo VERSION=$VERSION
|
||||
|
||||
cd $PATHQIF
|
||||
aqt tool --outputdir $PATHQIF linux tools_ifw $VERSION " "
|
||||
mkdir -p $PATHQIF/QIF
|
||||
mv $PATHQIF/Tools/QtInstallerFramework/${VERSION:0:3}/bin/* $PATHQIF/QIF
|
||||
|
@ -25,10 +25,6 @@ apps:
|
||||
- libfreetype6
|
||||
- libpng16-16
|
||||
|
||||
override-stage: |
|
||||
snapcraftctl stage
|
||||
chmod 777 -R "$SNAPCRAFT_STAGE/bin/"
|
||||
|
||||
plugs: [home, removable-media, process-control]
|
||||
|
||||
parts:
|
||||
@ -38,6 +34,10 @@ parts:
|
||||
plugin: dump
|
||||
source: QIFData/packages/cqtdeployer_1_4/data/1.4
|
||||
|
||||
override-stage: |
|
||||
snapcraftctl stage
|
||||
chmod 777 -R "$SNAPCRAFT_STAGE/bin/"
|
||||
|
||||
after: [cqtdeployer-wrapper]
|
||||
|
||||
qif:
|
||||
|
Loading…
x
Reference in New Issue
Block a user