This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.
Closed
Description
Electron-builder's built-in artifact uploader (e.g. github releases) will use the automatically generated filenames for the binaries and omit our post-hook renaming.
Investigate if:
- those names can be updated internally, which would make the post-hook obsolete
- a gulp compatible uploader should be used instead of electron-builder's internal
Note: electron-builder doesn't support uploading to azure, if this was planned to be used gulp-azure-storage could be leveraged instead (2).