Merge pull request #7933 from joshaber/patch-1
Update external frameworks version
This commit is contained in:
commit
ad638097b6
2 changed files with 5 additions and 2 deletions
|
@ -26,7 +26,10 @@ still some subtle differences on each platform.
|
||||||
|
|
||||||
On macOS, the `autoUpdater` module is built upon [Squirrel.Mac][squirrel-mac],
|
On macOS, the `autoUpdater` module is built upon [Squirrel.Mac][squirrel-mac],
|
||||||
meaning you don't need any special setup to make it work. For server-side
|
meaning you don't need any special setup to make it work. For server-side
|
||||||
requirements, you can read [Server Support][server-support].
|
requirements, you can read [Server Support][server-support]. Note that [App
|
||||||
|
Transport Security](https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW35) (ATS) applies to all requests made as part of the
|
||||||
|
update process. Apps that need to disable ATS can add the
|
||||||
|
`NSAllowsArbitraryLoads` key to their app's plist.
|
||||||
|
|
||||||
**Note:** Your application must be signed for automatic updates on macOS.
|
**Note:** Your application must be signed for automatic updates on macOS.
|
||||||
This is a requirement of `Squirrel.Mac`.
|
This is a requirement of `Squirrel.Mac`.
|
||||||
|
|
|
@ -8,7 +8,7 @@ from lib.config import get_target_arch
|
||||||
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
|
from lib.util import safe_mkdir, rm_rf, extract_zip, tempdir, download
|
||||||
|
|
||||||
|
|
||||||
VERSION = 'v1.1.0'
|
VERSION = 'v1.2.0'
|
||||||
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
SOURCE_ROOT = os.path.abspath(os.path.dirname(os.path.dirname(__file__)))
|
||||||
FRAMEWORKS_URL = 'http://github.com/electron/electron-frameworks/releases' \
|
FRAMEWORKS_URL = 'http://github.com/electron/electron-frameworks/releases' \
|
||||||
'/download/' + VERSION
|
'/download/' + VERSION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue