-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update electron-packager to the latest version 🚀 #31
base: master
Are you sure you want to change the base?
Conversation
Version 9.0.1 just got published.Update to this version instead 🚀 Release Notes9.0.1Fixed
|
Version 9.1.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 13 commits.
See the full diff |
Version 10.0.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 29 commits.
There are 29 commits in total. See the full diff |
Version 10.1.0 just got published.Update to this version instead 🚀 Release Notes10.1.0Added
Fixed
CommitsThe new version differs by 6 commits.
See the full diff |
Version 10.1.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 27 commits.
There are 27 commits in total. See the full diff |
Version 10.1.2 just got published.Update to this version instead 🚀 CommitsThe new version differs by 16 commits.
There are 16 commits in total. See the full diff |
Version 11.0.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 9 commits.
See the full diff |
Version 11.0.1 just got published.Update to this version instead 🚀 CommitsThe new version differs by 6 commits.
See the full diff |
Version 11.1.0 just got published.Update to this version instead 🚀 CommitsThe new version differs by 6 commits.
See the full diff |
Version 11.2.0 just got published. |
Version 12.0.0 just got published. |
Version 12.0.1 just got published. |
Version 12.0.2 just got published. |
Update to this version instead 🚀 Release Notes for 12.2.0Added
Fixed
CommitsThe new version differs by 9 commits.
See the full diff |
Update to this version instead 🚀 CommitsThe new version differs by 20 commits.
There are 20 commits in total. See the full diff |
|
Update to this version instead 🚀 CommitsThe new version differs by 16 commits.
There are 16 commits in total. See the full diff |
|
Update to this version instead 🚀 Release Notes for 14.0.0Added
Fixed
Changed
CommitsThe new version differs by 38 commits.
There are 38 commits in total. See the full diff |
|
|
|
|
|
|
|
|
|
Version 9.0.0 of electron-packager just got published.
The version 9.0.0 is not covered by your current version range.
Without accepting this pull request your project will work just like it did before. There might be a bunch of new features, fixes and perf improvements that the maintainers worked on for you though.
I recommend you look into these changes and try to get onto the latest version of electron-packager.
Given that you have a decent test suite, a passing build is a strong indicator that you can take advantage of these changes by merging the proposed change into your project. Otherwise this branch is a great starting point for you to work on the update.
Release Notes
9.0.0Added
packageManager
tofalse
) (#690)linux
platform,arm64
arch builds (Electron 1.8.0 and above) (#711)Changed
packager
- function returns a Promise instead of the return value of thecallback (#658)
win32metadata.CompanyName
defaults toauthor
name from nearestpackage.json
(#667)win32metadata.FileDescription
defaults toproductName
orname
fromnearest
package.json
(#667)win32metadata.OriginalFilename
defaults to renamed.exe
(#667)win32metadata.ProductName
defaults toproductName
orname
from nearestpackage.json
(#667)win32metadata.InternalName
defaults toproductName
orname
fromnearest
package.json
(#667)specified is invalid (#562)
download.mirror
is specified and an unofficial arch/platformis specified (#670)
extraResource
option works on all target platforms (#637)all
orplatform=linux, arch=all
now includearch=arm64
if the Electron version specified is1.8.0 or above (#711)
Fixed
common.warning
for codesigning (#694)Removed
version
is removed in favor ofelectronVersion
(CLI:--electron-version
) (#665)version-string
is removed in favor ofwin32metadata
(#668)favor of their camelCase variants, per JavaScript naming standards (#669)
Commits
The new version differs by 69 commits ahead by 69, behind by 5.
9c9ebce
9.0.0
dddf737
Add ARM64 support (#711)
87d985c
Upgrade debug to 3.x
93523ba
Fix common.warning for codesigning
93160a0
Upgrade fs-extra to ^4.0.0
fef7042
Add explicit files for SUPPORT and CODE_OF_CONDUCT
4949f22
Merge pull request #690 from electron-userland/use-pruner
71ceac6
Travis: force install NPM 5.1.0
56d145a
Standardize docs for packageManager=false
8a6de6f
Bump pruner to node4 compat
ad9414b
Add NEWS entry, test, & Node 4 compatibility
f5d2c58
Add option to use custom pruning module to avoid package manager specific issues
bf572d9
Travis: Force installing Node >= 5.1.0 on Node8/OSX
2992910
Better filename reference
e7999f2
Fix internal readme link
There are 69 commits in total.
See the full diff
Not sure how things should work exactly?
There is a collection of frequently asked questions and of course you may always ask my humans.
Your Greenkeeper Bot 🌴