mirror of
https://github.com/zen-browser/surfer.git
synced 2025-07-10 02:05:31 +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
|
@ -273,7 +273,7 @@ async function unpackFirefoxSource(
|
|||
const error = e as unknown as Error
|
||||
error.message = `\nThe following error may have been caused because you are using bsdtar.
|
||||
For MacOS users, please run |brew install gnu-tar| if the error includes "--transform is not supported"
|
||||
${error.message}`
|
||||
${error.message}\n`
|
||||
|
||||
throw e
|
||||
}
|
||||
|
|
|
@ -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