Fix release windows signing

This commit is contained in:
Gregory Schier
2025-10-01 16:42:38 -07:00
parent f92594a16d
commit 3a8a6484c7
2 changed files with 4 additions and 1 deletions

View File

@@ -31,5 +31,8 @@
}, },
"bundle": { "bundle": {
"createUpdaterArtifacts": "v1Compatible" "createUpdaterArtifacts": "v1Compatible"
},
"windows": {
"signCommand": "trusted-signing-cli -e https://eus.codesigning.azure.net/ -a Yaak -c yaakapp %1"
} }
} }

View File

@@ -196,7 +196,7 @@ function InitializedTemplateFunctionDialog({
</HStack> </HStack>
<InlineCode <InlineCode
className={classNames( className={classNames(
'whitespace-pre-wrap select-text cursor-text max-h-[10rem] overflow-y-auto hide-scrollbars', 'whitespace-pre-wrap !select-text cursor-text max-h-[10rem] overflow-y-auto hide-scrollbars',
tooLarge && 'italic text-danger', tooLarge && 'italic text-danger',
)} )}
> >