Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Support #6

Open
dsanders11 opened this issue Sep 10, 2024 · 0 comments
Open

Windows Support #6

dsanders11 opened this issue Sep 10, 2024 · 0 comments

Comments

@dsanders11
Copy link
Contributor

It would be nice if this repo supported Windows out-of-the-box. Looks like it needs a patch to colors due to a code branch only taken on Windows, and there's a couple different places which don't work on Windows:

"use-snapshot": "rm -rf cache *.bin && yarn create-snapshot && yarn copy-snapshot && yarn read-fuses",

(No rm -rf in Windows command line)

"read-fuses": "electron-fuses read --app node_modules/electron/dist/Electron.app",

(macOS specific)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant