Skip to content

Commit

Permalink
feat: 🎉 Update Scrcpy to v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 2, 2023
1 parent b864fab commit 5c401a8
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 4 deletions.
Binary file modified electron/resources/extra/win/scrcpy/SDL2.dll
Binary file not shown.
4 changes: 1 addition & 3 deletions electron/resources/extra/win/scrcpy/scrcpy-console.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
@echo off
scrcpy.exe %*
:: if the exit code is >= 1, then pause
if errorlevel 1 pause
scrcpy.exe --pause-on-exit=if-error %*
Binary file modified electron/resources/extra/win/scrcpy/scrcpy-server
Binary file not shown.
Binary file modified electron/resources/extra/win/scrcpy/scrcpy.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/store/preference/model/video/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
},
display: {
label: 'preferences.video.multi-display.name',
field: '--display',
field: '--display-id',
type: 'Select',
value: '',
placeholder: 'preferences.video.multi-display.placeholder',
Expand Down

0 comments on commit 5c401a8

Please sign in to comment.