megahertz / electron-simple-publisher

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

add linux-armv7l support #39

Closed lesmoutonssauvages closed 6 years ago

lesmoutonssauvages commented 6 years ago

Finally I PR fix my #38 issue

Thanks

For those who need that feature please note that your linux have to init (or test arch) build like this in electron-simple-updater/main.js:

updater.init({
  checkUpdateOnStart: false,
  autoDownload: false,
  build:"linux-armv7l"//<< here
});
megahertz commented 6 years ago

Thank you! Now I know that ESU can work correctly with arm builds :)