Commit graph

13 commits

Author SHA1 Message Date
Jan De Dobbeleer 02e819fc00 fix(inno): sign installer with signtool
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
this effectively disables signing the uninstaller
as somehow inno setup doesn't forward environment
variables to the subshell used to run signtool. As
we can't authenticate using environment variables
that way, we also can't sign with our new
certificate. Future thought will need to be given.
2024-11-16 20:18:33 +01:00
Jan De Dobbeleer bf8732ceb1 fix(inno): use correct signing command
Some checks are pending
Code QL / code-ql (push) Waiting to run
Release / changelog (push) Waiting to run
Release / artifacts (push) Blocked by required conditions
2024-11-16 14:50:10 +01:00
Jan De Dobbeleer 763cdc5782 feat(sign): use Azure Code Signing 2024-11-16 14:14:38 +01:00
Jan De Dobbeleer 9bbd91b1b9 feat(build): sign windows binaries on release 2024-07-09 15:18:07 +02:00
Jan De Dobbeleer 971f4dfd87 fix(inno): sign all files
relates to #2799
2022-09-17 23:11:14 +02:00
Jan De Dobbeleer 5cc12558ac
fix(inno): provide file digest algorithm 2022-07-06 07:22:30 +02:00
Jan De Dobbeleer 0c966cc429 feat(windows): sign executables
resolves #767
2022-07-06 07:14:33 +02:00
Jan De Dobbeleer 06231cb08e feat(windows): build 386 version of installer 2022-01-19 10:41:19 +01:00
lnu 9f200a8930 ci: remove wsl executable from windows packages
for wsl, a manual install is required(linux install).
2021-11-22 10:49:41 +01:00
Jan De Dobbeleer ebaa20ea3f feat(winget): arm64 support 2021-09-14 18:49:29 +02:00
Equinox 7b54e88c62 docs: fix various spelling errors 2021-03-15 18:11:16 +01:00
Jan De Dobbeleer b59b4197dc chore: rename repository 2021-02-16 09:00:02 +01:00
Jan De Dobbeleer 7aeb61ba86 feat: inno installer for Windows 2021-01-28 22:01:11 +01:00