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

Commit

Permalink
fix: Do not prepend global LD_LIBRARY_PATH to scrcpy ld_lib
Browse files Browse the repository at this point in the history
  • Loading branch information
srevinsaju committed Sep 12, 2020
1 parent f450d49 commit f67075b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyappimage/scrcpy
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
export LD_LIBRARY_PATH="${APPDIR}/scrcpy/usr/lib:${LD_LIBRARY_PATH}"
export LD_LIBRARY_PATH="${APPDIR}/scrcpy/usr/lib"
"${APPDIR}/scrcpy/usr/bin/scrcpy" "$@"

0 comments on commit f67075b

Please sign in to comment.