Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Commit

Permalink
fix: scrcpy not loading on guiscrcpy due to conflict with
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Dec 19, 2021
1 parent 9a0527e commit 7087cdd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/build-appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ fi

mkdir _build

# remove an unwanted scrcpy library thats conflicting with host
# https://github.com/project-slippi/Ishiiruka/issues/323#issuecomment-977415376
rm -rf guiscrcpy.AppDir/scrcpy/usr/lib/libgmodule*

./appimagetool-x86_64.AppImage guiscrcpy.AppDir -n \
-u "gh-releases-zsync|srevinsaju|guiscrcpy|continuous|guiscrcpy-*.$GUISCRCPY_TYPE.*.AppImage.zsync" \
"_build/guiscrcpy-$GUISCRCPY_VERSION.$GUISCRCPY_TYPE.$GUISCRCPY_GLIB_VERSION-$GUISCRCPY_MACHINE.AppImage"

0 comments on commit 7087cdd

Please sign in to comment.