electron-userland / electron-builder-binaries

172 stars 60 forks source link

Possibly NSIS is broken? #38

Open baruchiro opened 3 years ago

baruchiro commented 3 years ago

I see you updated the NSIS files in the commit 0a8031d2326f420b8b3496d1fe82e28f5855040e, and now my build is broken:

https://github.com/brafdlog/budget-tracking/pull/176/checks?check_run_id=1637139515

1_release (windows-2019).txt

Only in Windows

baruchiro commented 3 years ago

I renoved this part from my package.json and it is working now:

"contributors": [
  "Name1 Last1 <name1@gmail.com>",
  "Name2 Last2 <name2@gmail.com>"
],

See also here: https://github.com/electron-userland/electron-builder/issues/1850#issuecomment-753529846