Revert AppImage build to Release
It seems Debug isn't working with AppImage.
This commit is contained in:
parent
672183f975
commit
876f549d94
1 changed files with 0 additions and 2 deletions
2
.github/workflows/appimage.yml
vendored
2
.github/workflows/appimage.yml
vendored
|
|
@ -580,14 +580,12 @@ jobs:
|
|||
./configure.sh \
|
||||
-GNinja \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_CXX_FLAGS="-s" \
|
||||
-DTDESKTOP_API_TEST=ON \
|
||||
-DDESKTOP_APP_USE_PACKAGED_LAZY=ON \
|
||||
-DDESKTOP_APP_USE_PACKAGED_FONTS=OFF \
|
||||
-DTDESKTOP_DISABLE_REGISTER_CUSTOM_SCHEME=OFF \
|
||||
$DEFINE
|
||||
|
||||
cd ../out/Debug
|
||||
cmake --build . -- -j$(nproc)
|
||||
DESTDIR=../../AppDir cmake --install .
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue