.so.1 to .so fix as per https://github.com/kodjodevf/mangayomi/issues/190
This commit is contained in:
parent
e4632395ba
commit
a2e9917399
1 changed files with 5 additions and 2 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue