10 Commits

Author SHA1 Message Date
4943423d69 scripts: Add REUSE licensing 2021-09-15 14:00:09 +02:00
8a39e313d0 macos notarization: Wait for the notary to be ready
Pffff
2021-08-25 16:59:42 +02:00
815f9e292c macos signing: Fix tee problem
This signs the files, but it doesn't staple the signature as we aren't
waiting for the notarization to complete.
2021-08-25 16:19:12 +02:00
e6fcd576ee macos: Save the notarize request id into a file
One option would be to just wait till the notarization is complete, but
that would mean an expensive macos machine is just waiting and doing
nothing. Maybe this needs to be done in multiple jobs.
2021-08-25 15:35:20 +02:00
c14979ec7e Notarize the macos app 2021-08-25 15:07:21 +02:00
3d80c494c9 Macos: Add secure timestamp
Required for notarization
2021-08-25 10:56:03 +02:00
139f2a6ece MacOS CI: Rename the artifact 2021-08-25 10:55:07 +02:00
90f9752309 MacOS CI: Enable macos-desktop 2021-08-25 10:39:32 +02:00
f4f95963b7 macos: --no-codesign doesn't exist 2021-08-25 10:35:20 +02:00
a9398d34f2 CI: Build macos app and sign it
This doesn't cover notarization
2021-08-25 10:29:27 +02:00