Skip to content

Tags: cbartondock/universal

Tags

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was signed with the committer’s verified signature.
MarshallOfSound Samuel Attard
fix: update dir-compare for minimatch redos

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: merged ASAR does not unpack when there is only one unpacked file (

…electron#55)

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was signed with the committer’s verified signature.
MarshallOfSound Samuel Attard
build: configure semantic release for main branch

v1.3.1

Toggle v1.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: export MakeUniversalOpts (electron#48)

This is to allow other packages to extract specific logic/options with typesafety

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump plist from 3.0.4 to 3.0.5 (electron#44)

Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: handle MainMenu.nib mismatch in Electron 18 (electron#42)

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add option to merge ASARs (electron#34)

* feat: fuse ASARs

* Rename, improve

* Rename option

* Drop universal from MACHO_MAGIC

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
MarshallOfSound Samuel Attard
feat: add support for auto-merging ElectronAsarIntegrity values

v1.0.5

Toggle v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: /usr/bin/file can return errors on MacOS; ignore these errors (e…

…lectron#13)

Co-authored-by: Andrew Plotkin <[email protected]>

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: use setEncoding() and read() for crypto.createHash instead of di…

…gest() (electron#11)