You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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]>
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]>
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