Azure / trusted-signing-action

MIT License
30 stars 11 forks source link

This file format cannot be signed because it is not recognized. #41

Open samsiddiquiz opened 1 month ago

samsiddiquiz commented 1 month ago

image

japarson commented 1 month ago

Hi @samsiddiquiz, I believe that .app files are primarily used on MacOS. Trusted Signing cannot be used to sign .app files at this time or for the foreseeable future.

samsiddiquiz commented 1 month ago

@japarson this .app file is Business Central Extension, how can be it macOS?

japarson commented 1 month ago

Hi @samsiddiquiz, I apologize for the misunderstanding. It appears there is more than 1 type of .app file. I'm seeing from these docs that it might be possible to sign this type of file with https://github.com/dotnet/sign and Azure Key Vault. However, this action currently has a dependency on signtool, which I don't think is capable of signing this type of file.

In the future, we plan to utilize dotnet/sign so this may become a supported scenario soon.

samsiddiquiz commented 1 month ago

@japarson Thank you for your update.