Hi there,
When self signing the app through tauri.conf.json, we're left with these options;
"windows": { "certificateThumbprint": null, "digestAlgorithm": "sha256", "timestampUrl": "" },
Where can I, if possible, put down my company name? I'd rather not have it be signed as "YourCompanyName", self signed or not.
Cheers!