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

Revert "Upgrade electron-builder, electron-updater" #1927

Closed
wants to merge 2 commits into from

Conversation

Alphrag
Copy link
Member

@Alphrag Alphrag commented Oct 14, 2024

Partially reverts #1924

Reason for the revert

Despite the app building and launching from a clean state, it appears that there is then a problem when the internal server starts, with some dependencies missing. In particular, the module color-string needed by adonisjs is not included, as can be seen from the inspection of the .asar file: (where the top tree correspond to the asar when using electron-builder version 26.0.0-alpha, and the bottom one to what we have in the working version built with version 24.13.3)
Capture d’écran 2024-10-14 à 18 32 28

Despite multiple attempts to fix this, the problem is deeper than expected. We are reverting the upgrade of electron-builder and electron-updater in order to avoid breaking the app on the next triggered nightly.

Changes kept

The upgrade of @electron/notarize together with the passing of the teamId value necessary during notarization into an environment variable.

@Alphrag
Copy link
Member Author

Alphrag commented Oct 14, 2024

Superseded by #1928

@Alphrag Alphrag closed this Oct 14, 2024
@Alphrag Alphrag deleted the revert-1924-update-electron-builder branch October 14, 2024 23:32
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

Successfully merging this pull request may close these issues.

1 participant