You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I'm using a lib that divides it's binary file into 3 files, the first one gets signed fine, the 2,3 files it seems like that it doesn't get signed because of the mime type, could we check if the mime type is valid before sending it to the signtool?
Squirrel version(s)
2.0.1
Description
I'm using a lib that divides it's binary file into 3 files, the first one gets signed fine, the 2,3 files it seems like that it doesn't get signed because of the mime type, could we check if the mime type is valid before sending it to the signtool?
Steps to recreate
Expected behavior
Sign only files that can be signed
Actual behavior
It is trying to sign the whole folder
Additional information
for reference the lib we are using it is https://github.com/nut-tree/libnut
The text was updated successfully, but these errors were encountered: