Enable auto-update for AppImages

This commit is contained in:
Cameron Gutman 2020-04-03 17:03:12 -07:00
commit d5a26b1d70
2 changed files with 5 additions and 3 deletions

View file

@ -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