Fix icon path in ./run

The data/ directory has been moved to app/data/.

Refs 36c75e15b8
This commit is contained in:
Romain Vimont 2022-03-30 14:00:05 +02:00
parent aaf3869a54
commit 88543cb545
1 changed files with 1 additions and 1 deletions

2
run
View File

@ -20,6 +20,6 @@ then
exit 1
fi
SCRCPY_ICON_PATH="data/icon.png" \
SCRCPY_ICON_PATH="app/data/icon.png" \
SCRCPY_SERVER_PATH="$BUILDDIR/server/scrcpy-server" \
"$BUILDDIR/app/scrcpy" "$@"