Skip to content

Commit

Permalink
fix: 🐛 Temporarily disable scrcpy integration in macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 14, 2024
1 parent dd5e11b commit 9bf4d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions electron/configs/scrcpy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ export const getScrcpyPath = () => {
switch (process.platform) {
case 'win32':
return extraResolve('win/scrcpy/scrcpy.exe')
case 'darwin':
return extraResolve(`mac-${process.arch}/scrcpy/scrcpy`)
// case 'darwin':
// return extraResolve(`mac-${process.arch}/scrcpy/scrcpy`)
// case 'linux':
// return extraResolve('linux/scrcpy/scrcpy')
default:
Expand Down

0 comments on commit 9bf4d5c

Please sign in to comment.