Skip to content

Commit

Permalink
chore(demo): update scrcpy server to 2.1.1
Browse files Browse the repository at this point in the history
fixes #568
  • Loading branch information
yume-chan committed Jul 15, 2023
1 parent 96f5ca1 commit 0af5a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"scripts": {
"postinstall": "fetch-scrcpy-server 2.1 && node scripts/manifest.mjs",
"postinstall": "fetch-scrcpy-server 2.1.1 && node scripts/manifest.mjs",
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start",
Expand Down

0 comments on commit 0af5a6d

Please sign in to comment.