Linux apng (#820)

* copy qapng

* correct case

* delete folder from zip

* build qapng without it crashing
This commit is contained in:
stonedDiscord 2022-07-21 18:10:53 +02:00 committed by GitHub
parent 972ce47fc2
commit 1953b26233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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