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