-
Notifications
You must be signed in to change notification settings - Fork 10
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
Electron build is not working on windows #10
Comments
Thanks, @dhufnagel for introducing this bug. I'm looking into it. |
Marged PR #11 should fix the issue "The settings and monitored app views are not found". |
I think the builder still is not working, as the universal electron package is not available to download. |
Can you share the whole build output log? And, Are you using an Intel/x64 Windows device? |
Well I guess the provided log says all:
The electron-builder.json contains universal as platform, but electron does not provide universal as platform (anymore?): desktop-wakatime/electron-builder.json Line 24 in 5caa8e6
If you remove the "unviersal" from the array, the build is working. But the file it tries to download for universals truely is not available: https://github.com/electron/electron/releases/download/v29.1.6/electron-v29.1.6-win32-universal.zip |
@dhufnagel It should be fixed with latest release, can you please download from here and let me know? |
The build on windows fails due to electron package for Windows universal is not found:
If i remove "universal" from electron-builder.json for windows, the setup is created, but the application is not working as expected after the installation. The settings and monitored app views are not found:
The text was updated successfully, but these errors were encountered: