Skip to content

fix: allow Windows short MSIX update URLs#89

Merged
Wangnov merged 1 commit into
mainfrom
fix/windows-msix-short-url
Jun 17, 2026
Merged

fix: allow Windows short MSIX update URLs#89
Wangnov merged 1 commit into
mainfrom
fix/windows-msix-short-url

Conversation

@Wangnov

@Wangnov Wangnov commented Jun 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • allow stable Windows update short URLs like /latest/win during manifest/checksum binding
  • keep direct .msix URL artifact mismatch protection
  • add regression coverage for the short URL path

Fixes #88

Verification

  • rustfmt --check --edition 2021 src-tauri/src/app/win_update.rs
  • cargo test --manifest-path src-tauri/Cargo.toml app::win_update::tests -- --nocapture
  • cargo clippy --manifest-path src-tauri/Cargo.toml --workspace --all-targets -- -D warnings
  • cargo test --manifest-path src-tauri/Cargo.toml --workspace
  • codex review --uncommitted

@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@Wangnov Wangnov merged commit 9d77c5f into main Jun 17, 2026
5 checks passed
@Wangnov Wangnov deleted the fix/windows-msix-short-url branch June 17, 2026 09:44
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

Successfully merging this pull request may close these issues.

[Bug] Windows update engine error: "package URL does not end in .msix"

1 participant