samuelmeuli / action-electron-builder

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

Removing extra files from the release build #41

Open iRyanBell opened 4 years ago

iRyanBell commented 4 years ago

I would like to clean out a few of the files which are being generated from electron-builder and distributed with the release tag builds.

The mac build includes a .zip and a .dmg version -- I'd like to keep just the .dmg version. I would also like to remove the .yml and .blockmap files.

How would I disable these files from being generated or exported?