Linux apng (#820)
* copy qapng * correct case * delete folder from zip * build qapng without it crashing
This commit is contained in:
parent
972ce47fc2
commit
1953b26233
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user