-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Sign AppX from GitHub Releases #337
Comments
Ahh the appx from github is used for app store, I don't think it can be run directly. |
AppX's can be sideloaded separate from the store, you just need to provide the certificate to install alongside it. A few examples:
|
Ok cool! As I'm not using Windows myself and I have 0 experience with Windows app signing, I'm probably not going to spend much time on this. If someone wants to make a PR I'm happy to consider though. As long as it doesn't add too much complexity to the build process and can be 100% automated I'm ok with including signing. |
This was included in pr mifi#337
Closing this as there's no response and I'm not going to implement this. As I wrote above, if someone wants to submit a PR for signing APPX I'm open for that |
The AppX in Releases can't be installed "App installation failed with error message: error 0x800B0100: The app package must be digitally signed for signature validation. (0x80070570)"
The text was updated successfully, but these errors were encountered: