Skip to content

Commit 88543cb

Browse files
committed
Fix icon path in ./run
The data/ directory has been moved to app/data/. Refs 36c75e1
1 parent aaf3869 commit 88543cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ then
2020
exit 1
2121
fi
2222

23-
SCRCPY_ICON_PATH="data/icon.png" \
23+
SCRCPY_ICON_PATH="app/data/icon.png" \
2424
SCRCPY_SERVER_PATH="$BUILDDIR/server/scrcpy-server" \
2525
"$BUILDDIR/app/scrcpy" "$@"

0 commit comments

Comments
 (0)