-
Notifications
You must be signed in to change notification settings - Fork 45
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
Prebuilt win32 npm package @parcel/watcher-win32-ia32
not working with electron-builder
#181
Comments
@parcel/watcher-win32-ia32
?
I've seen that there actually is a prebuilt package: https://www.npmjs.com/package/@parcel/watcher-win32-ia32
When looking into the If I try to install it manually via
We should be able to generate a win32 app build even on a host that uses an actual x64 cpu. An ugly workaround is to issue the following command in CI before building the installer using electron-installer: |
@parcel/watcher-win32-ia32
?@parcel/watcher-win32-ia32
does not work with electron-builder
@parcel/watcher-win32-ia32
does not work with electron-builder@parcel/watcher-win32-ia32
not working with electron-builder
We are currently using the 32-bit version of Electron for our desktop app, and as a result, we need a build of @parcel/watcher for the win32 architecture. Unfortunately, this build is not available:
Uncaught (in promise) Error: Could not dynamically require "@parcel/watcher-win32-ia32".
Our customers have hardcoded the path to the 32-bit installation directory and executable of our desktop application in their third-party applications' configurations. Updating these configurations would require them to uninstall the 32-bit app, reinstall the 64-bit app, and update all of their third-party app configurations accordingly. This is particularly challenging as they often need to update multiple clients (ranging from 4 to 60).
To address this, we plan to modify our desktop app installer to provide both the 32-bit and 64-bit versions of Electron and the necessary native binaries. We will encourage our customers to transition to the 64-bit version as soon as possible, but we recognize that this process will take some time.
In the meantime, it would be extremely helpful if you could provide a prebuilt binary for win32.
The text was updated successfully, but these errors were encountered: