Fix icon path in ./run
The data/ directory has been moved to app/data/.
Refs 36c75e15b8
This commit is contained in:
parent
aaf3869a54
commit
88543cb545
1 changed files with 1 additions and 1 deletions
2
run
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…
Reference in a new issue