-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Code sign the installer and/or release the app in Store #75
Comments
store sucks ass |
Getting a code signing cert that Microsoft requires is not as simple as it should be |
Yeah still looks like the UWP requirements are 🤮. My main concerns from 2018 haven't changed
|
Also, not sure how well Microsoft would take to the app being on the store 😉 |
Should be able to code sign in GH workflow? But you still have to have cert first (i hope it is the same cetificate) |
For those who are not able to download whynotwin11 tool, because windows defender or your browser is blocking it, try this fix |
You can report the download as safe (at least with Edge) and still download the file. If more people reported the file as safe, the reputation of the file would likely prevent the file from being blocked. It would still block you from running the application, but you can still run the application after you acknowledge the prompt. |
@TheDarkerPhantom Could you test what happens with the whynotwin11.zip file from latest release? Is it also blocked from downloading? |
Only the executable(s) from the releases are blocked by Microsoft Defender SmartScreen. Here is information on that program. @rcmaehl can submit the files to Microsoft to get the file whitelisted as the developer here. |
Right now the installer is not signed and Windows/Edge/SmartScreen is proactively blocking it when it's downloaded.
One way how to solve this is obtaining code-signing certificate and signing the installer and the executable.
Alternatively it should be quite straightforward to publish the app into Microsoft Store, even if it's not UWP app. This will enable simple update path and trust for users when installing this application. With this way you don't even need to purchase expensive code signing certificate.
The text was updated successfully, but these errors were encountered: