Skip to content

feat: generate minimumSystemVersion into latest.yml from platformat config[breaking change] #9046

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

Open
wants to merge 14 commits into
base: master
Choose a base branch
from

Conversation

beyondkmp
Copy link
Collaborator

@beyondkmp beyondkmp commented Apr 23, 2025

fix #8569.

Currently, it is not possible to configure minimumSystemVersion, and it has to be manually added to the latest.yml file, which is very inconvenient. Therefore, this configuration should be added.

minimumSystemVersion is already occupied by macOS's LSMinimumSystemVersion, so it is changed to LSMinimumSystemVersion.

Copy link

changeset-bot bot commented Apr 23, 2025

🦋 Changeset detected

Latest commit: fbfebb9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 12 packages
Name Type
app-builder-lib Patch
builder-util-runtime Patch
dmg-builder Patch
electron-builder-squirrel-windows Patch
electron-builder Patch
electron-forge-maker-appimage Patch
electron-forge-maker-nsis-web Patch
electron-forge-maker-nsis Patch
electron-forge-maker-snap Patch
builder-util Patch
electron-publish Patch
electron-updater Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@beyondkmp beyondkmp marked this pull request as ready for review April 25, 2025 13:14
@github-actions github-actions bot added the mac label May 4, 2025
@beyondkmp beyondkmp changed the title feat: generate minimumSystemVersion into latest.yml from platformat config feat: generate minimumSystemVersion into latest.yml from platformat config[breaking change] May 4, 2025
beyondkmp added a commit to beyondkmp/cherry-studio that referenced this pull request May 4, 2025
beyondkmp added a commit to CherryHQ/cherry-studio that referenced this pull request May 16, 2025
* upgrade electron to 35.2.0

* update electron to 32.3.3

* udpate electron-vite to 3.0.0

* upgrade to 35.2.2

* patch electron-userland/electron-builder#9046

* add minimumSystemVersion config

* update electron vite

---------

Co-authored-by: beyondkmp <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How do I add minimumSystemVersion to my app?
3 participants