This commit is contained in:
Arran Ubels 2024-06-19 15:40:02 +10:00 committed by GitHub
parent e4632395ba
commit a2e9917399
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -293,7 +293,10 @@ jobs:
mv appimagetool-x86_64.AppImage appimagetool
flutter build linux --release
patchelf --replace-needed libmpv.so.1 libmpv.so build/linux/x64/release/bundle/lib/libmedia_kit_video_plugin.so
patchelf --replace-needed libmpv.so.1 libmpv.so build/linux/x64/release/bundle/lib/libmedia_kit_native_event_loop.so
mv build/linux/x64/release/bundle/{mangayomi,AppRun}
cp linux/appimage/* build/linux/x64/release/bundle/
./appimagetool build/linux/x64/release/bundle/
@ -307,4 +310,4 @@ jobs:
uses: ncipollo/release-action@v1
with:
artifacts: build/Mangayomi-*.AppImage
allowUpdates: true
allowUpdates: true