CodeSign using Relic for Windows Executable in Azure DevOps #14929
Unanswered
dennypradipta
asked this question in
Q&A
Replies: 1 comment
-
right click on the exe -> Properties should have a certificates/signatures tab (idk what it's in english).
Hmm, your approach only signs the installer, not the app exe inside, so ideally you can make signCommand work instead.
Either saving relic in a location that's in $PATH, or adding it to $PATH yourself, or injecting $RELIC_PATH into signCommand via tauri's --config flag should all work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I've set up relic.conf:
I use Azure DevOps, here's how I sign my executables
In the logs I got:
I've tried to set up this using the steps from documentation:
{ "bundle": { "windows": { "signCommand": "relic sign --file %1 --key azure --config relic.conf" } } }It keeps saying that I haven't installed Relic, which I already did in the "Install Relic" step.
My question is:
Beta Was this translation helpful? Give feedback.
All reactions