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

[BUG] Installer made with msix:publish not working #175

Closed
azwalzaman opened this issue Jan 31, 2023 · 2 comments
Closed

[BUG] Installer made with msix:publish not working #175

azwalzaman opened this issue Jan 31, 2023 · 2 comments

Comments

@azwalzaman
Copy link

azwalzaman commented Jan 31, 2023

ℹ️ Info

Version: v3.7.0

💬 Description

After building an installer using msix:publish, the installer gives me an "unable to parse error" when I try to run it. But the installers in the versions folder work fine (built with the same code).

📜 Pubspec.yaml

msix_config:
display_name: App Name
certificate_path: msix/cert.pfx
certificate_password: ******************* #Use your real password here
logo_path: "images/logo.jpg"
app_installer:
publish_folder_path: msix
hours_between_update_checks: 0
automatic_background_task: true
update_blocks_activation: true
show_prompt: true
force_update_from_any_version: false
msix_version: 1.0.3.0

@Levi-Lesches
Copy link

This is probably because the package is using an outdated schema for the generated .appinstaller file. @YehudaKremer I'd be happy to look into adding a PR for this

@YehudaKremer
Copy link
Owner

Hey

The problem was that we didn't support absolute-path in the app_installer -> publish_folder_path config field.
I publish new version (3.12.1) with a fix for that.

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

No branches or pull requests

3 participants