Skip to content
This repository was archived by the owner on Dec 11, 2019. It is now read-only.

Update asar to ~0.13.0 #10858

Closed
luixxiul opened this issue Sep 8, 2017 · 0 comments
Closed

Update asar to ~0.13.0 #10858

luixxiul opened this issue Sep 8, 2017 · 0 comments

Comments

@luixxiul
Copy link
Contributor

luixxiul commented Sep 8, 2017

Describe the issue you encountered: Update asar to ~0.13.0

https://www.npmjs.com/package/asar

diff: electron/asar@v0.11.0...v0.13.0
changelog: https://github.com/electron/asar/blob/b0d6015559bf44519087e3d6707a11bffeebc0a5/CHANGELOG.md

- Dropped support for Node `0.10.0` and `0.12.0`. The minimum supported version is now Node `4.6.0`. (#100)
- This project was ported from CoffeeScript to JavaScript. The behavior and APIs should be the same as previous releases. (#100)
- Unpack glob patterns containing `{}` characters not working properly (#99)
- Multibyte characters in paths are now supported (#86)
- Upgraded `minimatch` to `^3.0.3` from `^3.0.0` for [RegExp DOS fix](https://nodesecurity.io/advisories/minimatch_regular-expression-denial-of-service).
- Fix `Maximum call stack size exceeded` error regression (#80)
- Added `transform` option to specify a `stream.Transform` function to the `createPackageWithOptions` API (#73)
- Upgraded `mksnapshot` dependency to remove logged `graceful-fs` deprecation warnings (#61)

'node ./node_modules/electron-packager/cli.js . Brave' +
' --overwrite' +
' --ignore="' + ignoredPaths.join('|') + '"' +
' --platform=' + process.platform +
' --arch=' + arch +
' --version=' + VersionInfo.electronVersion +
' --icon=' + appIcon +
' --asar=true' +

  • Extra QA steps:
    1.
    2.
    3.

  • Any related issues:

@luixxiul luixxiul self-assigned this Sep 8, 2017
@luixxiul luixxiul mentioned this issue Sep 8, 2017
8 tasks
@luixxiul luixxiul added this to the 0.21.x (Nightly Channel) milestone Sep 8, 2017
@bbondy bbondy modified the milestones: 0.21.x (Developer Channel), 0.20.x (Beta Channel) Oct 25, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants