aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2022-07-21 18:10:53 +0200
committerGitHub <noreply@github.com>2022-07-21 18:10:53 +0200
commit1953b26233a46a5d644209c8faf35f435dd87145 (patch)
treef72e7afdccbdd0beb9c89d31e6830c931ac8b40e
parent972ce47fc2c9c9ddcb69488f53a0e85f3c78db83 (diff)
Linux apng (#820)
* copy qapng * correct case * delete folder from zip * build qapng without it crashing
-rw-r--r--.github/workflows/build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f29872bf..fefdc54b 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -73,7 +73,7 @@ jobs:
chmod +x get_libs.sh
./get_libs.sh 1.2.12 1.6.37
cd ../..
- qmake CONFIG+=install_ok QT_PLATFORM=${{matrix.platform}}
+ qmake CONFIG+=install_ok QMAKE_CXXFLAGS+="-fno-sized-deallocation" QT_PLATFORM=${{matrix.platform}}
${{steps.qt.outputs.make}} qmake_all
${{steps.qt.outputs.make}}
${{steps.qt.outputs.make}} INSTALL_ROOT="${{steps.qt.outputs.installdir}}" install
@@ -222,9 +222,12 @@ jobs:
shell: bash
run: |
cp ../scripts/launch.sh .
+ mkdir imageformats
+ cp ../QtApng/plugins/imageformats/libqapng.so ./imageformats/libqapng.so
chmod +x launch.sh
chmod +x Attorney_Online
tar -cf Attorney_Online.tar ./*
+ rm -rf imageformats
rm *.so
rm *.sh
rm Attorney_Online