mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-02 23:55:39 +00:00
Use a new scrcpy icon
Use the new icon designed by @varlesh: <https://github.com/Genymobile/scrcpy/pull/1987#issuecomment-949684080> Load it from a PNG file (SDL only supports bitmap icons).
This commit is contained in:
parent
12ed2f2402
commit
6004f0b6b0
5 changed files with 11 additions and 5 deletions
4
run
4
run
|
@ -20,4 +20,6 @@ then
|
|||
exit 1
|
||||
fi
|
||||
|
||||
SCRCPY_SERVER_PATH="$BUILDDIR/server/scrcpy-server" "$BUILDDIR/app/scrcpy" "$@"
|
||||
SCRCPY_ICON_PATH="data/icon.png" \
|
||||
SCRCPY_SERVER_PATH="$BUILDDIR/server/scrcpy-server" \
|
||||
"$BUILDDIR/app/scrcpy" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue