Commit graph

22 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
dvsilch 41b9c8f927
fix: uninstallDisplayIcon missing in Windows Registry
Some checks failed
Code QL / code-ql (push) Has been cancelled
Release / changelog (push) Has been cancelled
Release / artifacts (push) Has been cancelled
2024-10-19 06:39:35 +00:00
Jan De Dobbeleer 9bbd91b1b9 feat(build): sign windows binaries on release 2024-07-09 15:18:07 +02:00
liudonghua 5ed399bb67
chore: add windows installer file version 2023-11-24 08:23:57 +01:00
Jan De Dobbeleer 4cae83ced1 feat(windows): add installation method
resolves #3799
2023-05-06 20:32:21 +02:00
Jan De Dobbeleer d209c7ae49 feat(inno): do not close applications
resolves #3017
2022-10-26 13:36:58 +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 3d10587041 fix: install to correct registry entry
resolves #2184
2022-04-29 00:18:06 +02:00
Jan De Dobbeleer 6d03130443 feat(inno): add POSH_THEMES_PATH to env on install 2022-02-21 13:20:39 +01:00
Jan De Dobbeleer 06231cb08e feat(windows): build 386 version of installer 2022-01-19 10:41:19 +01:00
Jan De Dobbeleer b93ab4e82d fix(winget): add switches to install silently 2021-12-30 19:39:35 +01:00
Jan De Dobbeleer 53470eb3cb fix(inno): allow install for all users
resolves #1415
2021-12-30 15:51:31 +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
Jan De Dobbeleer b21670f35b fix: consistent naming for Oh My Posh
relates to https://github.com/microsoft/winget-pkgs/pull/16328
2021-06-06 13:42:33 +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