Skip to content

Tags: electron/windows-installer

Tags

v5.4.0

Toggle v5.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Add a vendor directory option to use a custom vendor (#526)

* update nuget to v6.10.1

* add vendor directory option

* delete .vscode

* restore the nuget.exe

* add default vendor option

---------

Co-authored-by: beyondkmp <[email protected]>

v5.3.1

Toggle v5.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: use lodash instead of lodash.template (#511)

v5.3.0

Toggle v5.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Allow @electron/windows-sign to take over Squirrel codesigning (#…

…501)

* feat: Allow @electron/windows-sign to take over Squirrel codesigning

* test: Remove test for Node 14

* fix: Tests, correct node version

* fix: We actually need Node v20

* fix: Update @electron/windows-sign

* build: Update node-orb

* docs: Add documentation

v5.2.2

Toggle v5.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: properly handle child process stdio chunking (#409)

* fix: properly handle child process stdio chunking

Converting individual chunks from UTF-8 to JS strings
is problematic because it does not handle UTF-8 characters
that are split across chunks properly.

Use the proper way of reading string data from streams instead.

* fix: update bufHandler after main merge

---------

Co-authored-by: Keeley Hammond <[email protected]>

v5.2.1

Toggle v5.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
test: bump ava test timeout (#492)

v5.2.0

Toggle v5.2.0's commit message

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat: add support for custom .nuspectemplate file (#491)

* Added support for custom .nuspectemplate file.

* Update src/index.ts

---------

Co-authored-by: Sébastien Taylor <[email protected]>
Co-authored-by: David Sanders <[email protected]>

v5.1.2

Toggle v5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: corrected the verification of Mono and Wine installation status (#…

…488)

* fix: correct Mono and Wine existence checks

* refactor: Add Promise.all based on review feedback

v5.1.1

Toggle v5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Drop build metadata part in convertVersion (#472)

* Drop build metadata part in convertVersion

* added test cases for convertVersion

v5.1.0

Toggle v5.1.0's commit message

Verified

This commit was signed with the committer’s verified signature.
MarshallOfSound Samuel Attard
feat: force release for 4ac397c

v5.0.0

Toggle v5.0.0's commit message

Verified

This commit was signed with the committer’s verified signature.
MarshallOfSound Samuel Attard
chore: temporarily disable linux CI