megahertz / electron-simple-publisher

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

Armv7l + mwl #38

Closed lesmoutonssauvages closed 6 years ago

lesmoutonssauvages commented 6 years ago

Hi Megahertz,

Many thanks for yours "simple" publisher and updater 🥇


I test and dont want make a pr for so small : electron-simple-publisher/lib/utils/add-assets-info.js

'linux-armv7l': {
  install: '{name}-{version}-armv7l.AppImage',
  metaFile: null,
  update: '{name}-{version}-armv7l.AppImage'
}

worked for me.


My question regarding mwl according to electron.build -mwl, cause i want to publish all artifacts in one line expect with something ugly like that : "publish": "publish darwin-x64 win32 linux-armv7l", Have you plan something on that ?


Thanks

megahertz commented 6 years ago

Hi @lesmoutonssauvages. Thanks again for your PR.

As for you question about publish darwin-x64 win32 linux-armv7l, do you mean something like publish all which searches for available builds?

lesmoutonssauvages commented 6 years ago

Yes it is. Publish all is deprecated by electron.build - call now -mwl (mac win linux - I guess).