From 1953b26233a46a5d644209c8faf35f435dd87145 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Thu, 21 Jul 2022 18:10:53 +0200 Subject: [PATCH] Linux apng (#820) * copy qapng * correct case * delete folder from zip * build qapng without it crashing --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f29872b..fefdc54 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