Merge pull request #207 from arran4/so1patch

`.so.1` to `.so` fix
This commit is contained in:
Moustapha Kodjo Amadou 2024-06-19 19:47:29 +01:00 committed by GitHub
commit 20bf5e1c48
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