Fix icon path in ./run

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

Refs 36c75e15b8
pull/3190/head
Romain Vimont 2 years ago
parent aaf3869a54
commit 88543cb545

2
run

@ -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" "$@"

Loading…
Cancel
Save