-
Notifications
You must be signed in to change notification settings - Fork 48
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
Possible to use on non-windows systems? #40
Comments
Works on windows. "darwin-arm64" seems to be mac specific, not sure how and where this is generated. Maybe you could try to update the electron version to the latest version in package.json. Maybe the required builds didn't exist with the old vesion of electron? |
Yeah, only x64 but no arm builds of electron 7.0.1 for darwin/mac: https://github.com/electron/electron/releases/tag/v7.0.1 |
Not much interesting logging
|
Any error messages in the electron/chrome dev tools? (ctrl+shift+i on windows, or view->toggle developer tools) |
It doesn't work on Macs, because PotreeConverter is built on the windows platform. You can't run .exe on a mac. I am trying to perfect the electron build on different platforms. |
|
Seeing this is electron-based, it should be possible to run on any system. Attempting to
npm install
on macos errors because the electron release url is incorrect: https://github.com/electron/electron/releases/download/v7.0.1/electron-v7.0.1-darwin-arm64.zipwhich I assume would affect all other systems also?
The text was updated successfully, but these errors were encountered: