aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers/notarize.js
Commit message (Collapse)AuthorAge
* Skip notarization of the build artifact if not building for the main repo ↵Libravatar Vijay A2021-06-15
| | | | (ie building on a forked repo)..
* Builds using GitHub actions (#1467)Libravatar Vijay Raghavan Aravamudhan2021-06-08
| | | | | * Using GH Actions for building, packaging and publishing for all 3 OSes (macos, ubuntu and windows). Handles PR builds, release builds, scheduled nightly builds and manual triggering from the web-ui. * Removed references to travis and appveyor and their respective config files. * Added ability to force rebuild nightlies without new version number. (This should allow us to rerun nightly builds with the same build number. Looks for the trigger comment to contain: 'force build' and 'nightly branch')
* Setup nightly releases deployment pipeline (#730)Libravatar Amine2020-05-13
|
* Merge 5.5.0 release branch iterations back into develop (#653)Libravatar Amine2020-04-27
|
* Add ascProvider to fix notarizing on macOSLibravatar Amine Mouafik2020-01-15
| | | | I am now managing multiple apps so I had to specify the ascProvider now; it was unecessary before.
* Fix notarization condition to target only tags buildsLibravatar Amine Mouafik2019-09-19
|
* Limit notarization to tags buildsLibravatar Amine Mouafik2019-09-19
|
* Notarize mac deliverable on electron-builder afterSign hookLibravatar Amine Mouafik2019-09-19