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

Commit

Permalink
Update appimage.yml (#93)
Browse files Browse the repository at this point in the history
* Update appimage.yml

* Update appimage.yml
  • Loading branch information
srevinsaju authored Apr 18, 2020
1 parent b57be19 commit 4a0b609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appimage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
cp scrcpy_processed/* AppDir/usr/lib/.
- name: Patch Appimage to detect adb / scrcpy
run: |
sed -i '/APPDIR="${APPDIR:-${here}}"/aexport LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}" \nexport GUISCRCPY_SCRCPY="${APPDIR}/usr/bin/scrcpy"\nexport GUISCRCPY_ADB="${APPDIR}/usr/bin/adb"' AppRun > AppRun
sed -i '/APPDIR="${APPDIR:-${here}}"/aexport LD_LIBRARY_PATH="${APPDIR}/usr/lib:${LD_LIBRARY_PATH}" \nexport GUISCRCPY_SCRCPY="${APPDIR}/usr/bin/scrcpy"\nexport GUISCRCPY_ADB="${APPDIR}/usr/bin/adb"' AppDir/AppRun
- name: Reimage AppImage
run: |
rm ./guiscrcpy-x86_64.AppImage
Expand Down

0 comments on commit 4a0b609

Please sign in to comment.