-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
feat: migrate electronDownload to use electron/get instead of app-builder
#8827
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
base: master
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 71782c3 The changes in this PR will be included in the next version bump. This PR includes changesets to release 10 packages
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 |
9216ca4 to
c3efd23
Compare
…ectron/get Implements: #8785 Refactors the code surrounding download/unzip/copy electron before packing begins, so this might also resolve: #6106 #8687 #8522
7f21f99 to
93de5bf
Compare
…ctron-get # Conflicts: # packages/app-builder-lib/src/electron/ElectronFramework.ts # pnpm-lock.yaml # test/snapshots/mac/macPackagerTest.js.snap
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
electronDownload to use electron/get official package to support mirrors (BREAKING)electronDownload to use electron/get instead of app-builder
# Conflicts: # vite.config.ts
Migrating from executing
app-builderto using https://github.com/electron/getImplements: #8785
Refactors the code surrounding download/unzip/copy electron before packing begins, so this might also resolve:
#6106
#8687
#8522
#9205