Enable auto-update for AppImages
This commit is contained in:
parent
cd7649a666
commit
d5a26b1d70
2 changed files with 5 additions and 3 deletions
|
|
@ -27,7 +27,7 @@ mkdir $INSTALLER_FOLDER
|
|||
|
||||
echo Configuring the project
|
||||
pushd $BUILD_FOLDER
|
||||
qmake $SOURCE_ROOT/moonlight-qt.pro PREFIX=$DEPLOY_FOLDER/usr || fail "Qmake failed!"
|
||||
qmake $SOURCE_ROOT/moonlight-qt.pro PREFIX=$DEPLOY_FOLDER/usr DEFINES+=APP_IMAGE || fail "Qmake failed!"
|
||||
popd
|
||||
|
||||
echo Compiling Moonlight in $BUILD_CONFIG configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue