mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-08 01:10:03 +02:00
🐛 Remove the windows-init.sh message
This commit is contained in:
parent
b95e9e2994
commit
4f5885f14c
2 changed files with 1 additions and 9 deletions
|
@ -17,14 +17,6 @@ export const init = async (
|
|||
}
|
||||
}
|
||||
|
||||
if (process.platform == 'win32') {
|
||||
// Because Windows cannot handle paths correctly, we're just calling a script as the workaround.
|
||||
log.info(
|
||||
'Successfully downloaded browser source. Please run |./windows-init.sh| to finish up.'
|
||||
)
|
||||
process.exit(0)
|
||||
}
|
||||
|
||||
const cwd = process.cwd()
|
||||
|
||||
const dir = resolve(cwd as string, directory.toString())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue