-
|
I have a question and I really need your help: When sign a appxbundle or appx file, signtool gives me an error: Command line is: or signtool sign /v /as /fd sha256 /sha1 THUMBPRINT_HERE /tr http://rfc3161timestamp.globalsign.com/advanced /td sha256 FILE.appxbundle it works fine if I replace FILE.appxbundle with FILE.exe. so does signtool support appxbundle and appx file types? signtool version: 10.0.19041.685 PLEASE HELP ME. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
|
@HppZ Signtool supports signing appx/msix. As the error suggests, you are trying to sign a file that's already signed. Can you verify that? |
Beta Was this translation helpful? Give feedback.
@HppZ Signtool supports signing appx/msix. As the error suggests, you are trying to sign a file that's already signed. Can you verify that?