aboutsummaryrefslogtreecommitdiffstats
path: root/build-helpers/notarize.js
Commit message (Collapse)AuthorAge
* Fix issues reported by sonarqube linterLibravatar Vijay A2023-05-28
|
* chore: replace 'electron-notarize' with '@electron/notarize' (#711)Libravatar Balaji Vijayakumar2022-10-26
|
* Change notarization runnerLibravatar Alphrag2022-06-27
| | | | Use the `notarytool` instead of the `legacy` version in `electron-notarize`
* Sign mac releasesLibravatar Alphrag2022-06-22
|
* Revert "Update build process to sign mac releases"Libravatar Vijay A2022-06-21
| | | | | | This reverts commit 7122309df14f4854e31c6b09bb915d319bcd0aaa. The build is failing: https://github.com/ferdium/ferdium-app/runs/6976999014?check_suite_focus=true#step:15:57
* Update build process to sign mac releasesLibravatar Alphrag2022-06-21
|
* Simplify skipping notarization of the mac dmg based on the same env var: ↵Libravatar Vijay A2022-04-19
| | | | 'CSC_IDENTITY_AUTO_DISCOVERY' (used for signing)
* Changed license filename and the new license-holdersLibravatar Vijay A2022-04-16
|
* Matched casing for almost all replacementsLibravatar Aditya Mangalampalli2022-04-16
|
* chore: upgrade 'electron-builder' to '22.14.5' to fix upstream issues. (#2068)Libravatar Vijay Aravamudhan2021-10-14
|
* 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