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

Downgrade electron-builder from 25.0.5 to 24.13.3 #561

Merged

Conversation

TomoyukiAota
Copy link
Owner

@TomoyukiAota TomoyukiAota commented Oct 15, 2024

This PR attempts to solve the sporadic issue that Error: Cannot find module 'jsonfile/utils' is emitted during npm run test:package as seen in this build.

A similar issue is reported in electron-userland/electron-builder#8503. In electron-userland/electron-builder#8503, several versions of electron-builder v25 are published/tested, but as of this writing (Oct. 16, 2024) it seems it's still work in progress with v25, so this PR reverts electron-builder to v24.

Setting "notarize": false in electron-builder.json comes from electron-userland/electron-builder#8103 (comment). Without "notarize": false, electron-builder tries to notarize this application, and there was an error like ⨯ Cannot destructure property 'appBundleId' of 'options' as it is undefined..

@TomoyukiAota TomoyukiAota added the automerge Automatic merge by Mergify label Oct 15, 2024
@mergify mergify bot merged commit 7f9406a into main Oct 15, 2024
7 checks passed
@mergify mergify bot deleted the feature/downgrade-electron-builder-from-25.0.5-to-24.13.3 branch October 15, 2024 17:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automerge Automatic merge by Mergify
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant