megahertz / electron-simple-publisher

Simple way to publish releases for electron-simple-updater
MIT License
66 stars 25 forks source link

File path error due to change in electron-builder #8

Closed tjoye20 closed 7 years ago

tjoye20 commented 7 years ago

electron-builder now puts the .dmg image outside of the mac/ folder, so electron-publisher can't find it. The quick fix for this is just manually moving the .dmg file into the mac/ folder and then running "npm run publisher".