megahertz / electron-simple-publisher

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

wrong file name #44

Open gregoirepuget opened 1 year ago

gregoirepuget commented 1 year ago

Hello,

I've got problem with file's name.

ESP is wainting for name-0.0.7-mac.zip but i've got name-0.0.7.zip

Is there a param to change it ?

Thks

megahertz commented 1 year ago

It uses default file names generated by electron-builder. Unfortunately, it can't be reconfigured

gregoirepuget commented 1 year ago

Strange, I didn't change any name param in Electron builder. i'm using the last version

megahertz commented 1 year ago

Just checked builder 23.6.0 with the sample, it still builds {appName}-{ver}-mac.zip.