samuelmeuli / action-electron-builder

:electron: GitHub Action for building and releasing Electron apps
MIT License
658 stars 201 forks source link

SNAP Builds are using the wrong name for Binary #17

Closed FreaKzero closed 4 years ago

FreaKzero commented 4 years ago

ive set build->productName and build->appID to the name i wanted and my OSX as also Win Portable builds are using the right binary names.

Snaps are not using the names of this properties but the package->name property https://github.com/FreaKzero/ssgl-doom-launcher/releases/tag/v2.0.0-devpreview.13

referencing: https://github.com/FreaKzero/ssgl-doom-launcher/issues/73

FreaKzero commented 4 years ago

Closing Issue here since i realized that this isnt a Problem of the Action but most likely the builder

Sorry for bothering.