Skip to content
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

[feat] Add the ability to generate .msix or .appx #8548

Closed
Andrew-web-coder opened this issue Jan 5, 2024 · 3 comments
Closed

[feat] Add the ability to generate .msix or .appx #8548

Andrew-web-coder opened this issue Jan 5, 2024 · 3 comments

Comments

@Andrew-web-coder
Copy link

Andrew-web-coder commented Jan 5, 2024

Describe the problem

Since I don't want to buy a certificate for my hobby project, I can't sign my app. So the only option for me is to distribute my app through Windows Store (without annoying security warnings). The problem is that it only accepts one of these package types:

.msix, .msixbundle, .msixupload, .appx, .appxbundle, .appxupload, .xap

It appears that Tauri does not currently offer to create any of these package types

Describe the solution you'd like

I would like to be able to generate .appx package like this:

npm run tauri build --target appx

Alternatives considered

No response

Additional context

No response

@FabianLars
Copy link
Member

Hi, thanks for the request. We already have a tracking issue for msix here: #4818

Also, for your usecase specifically, you can upload msi and exe installers to the store for i think a year now. First guide i found on google: https://www.advancedinstaller.com/publish-msi-exe-app-microsoft-store.html. The official MS guides aren't as explicit/obvious, but they have tabbers to select msi/exe starting here https://learn.microsoft.com/en-us/windows/apps/publish/publish-your-app/overview?pivots=store-installer-msi-exe

That said, i don't know how compliant tauri app installers are with the store requirements since i didn't actually publish an app when i tried it myself back when it was new. I think we'd be interested in fixing any issues in that regard though.

@amrbashir
Copy link
Member

Closing as duplicate of #4818 but feel free to open new issues if our current .exe/.msi installers are not compliant with windows store.

@amrbashir amrbashir closed this as not planned Won't fix, can't repro, duplicate, stale Jan 9, 2024
@Andrew-web-coder
Copy link
Author

you can upload msi and exe installers to the store

Yes, you can ..... but:

Your app does not have a digital signature which violates Microsoft Store Policy 10.2.9 Your app must be digitally signed as per this policy with a SHA256 or higher code sign certificate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants