New version: 990aa.Kivixa version 0.5.0+5000#355318
New version: 990aa.Kivixa version 0.5.0+5000#355318990aa wants to merge 1 commit intomicrosoft:masterfrom
Conversation
|
Validation Pipeline Run WinGetSvc-Validation-136-355318-20260404-1 |
There was a problem hiding this comment.
Pull request overview
Adds WinGet manifest files for a new release of 990aa.Kivixa (version 0.5.0+5000) to the community manifest repository.
Changes:
- Added the version manifest (
ManifestType: version) for 0.5.0+5000. - Added/enhanced package metadata in the
defaultLocalemanifest (publisher info, tags, release notes, URLs). - Added the installer manifest for the x64 Inno Setup installer, including switches, dependency, and install metadata.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| manifests/9/990aa/Kivixa/0.5.0+5000/990aa.Kivixa.yaml | New version manifest for 0.5.0+5000. |
| manifests/9/990aa/Kivixa/0.5.0+5000/990aa.Kivixa.locale.en-US.yaml | New en-US default locale metadata and release notes for 0.5.0+5000. |
| manifests/9/990aa/Kivixa/0.5.0+5000/990aa.Kivixa.installer.yaml | New installer manifest for x64 Inno installer, switches, dependency, and install location metadata. |
| ProductCode: '{D37F2C99-F354-4632-A626-68E2F29D6E5A}_is1' | ||
| ElevationRequirement: elevatesSelf | ||
| InstallationMetadata: | ||
| DefaultInstallLocation: '%ProgramFiles%\Kivixa' |
There was a problem hiding this comment.
InstallationMetadata.DefaultInstallLocation uses a single backslash (%ProgramFiles%\Kivixa vs %ProgramFiles%\\Kivixa). All prior Kivixa manifests in this repo use the double-backslash form; consider matching that convention here to avoid inconsistency across versions (or, if the single-backslash form is intended, update the package consistently).
| DefaultInstallLocation: '%ProgramFiles%\Kivixa' | |
| DefaultInstallLocation: '%ProgramFiles%\\Kivixa' |
|
Validation has completed. Template: msftbot/validationCompleted |
Pull request has been created with WinGet Releaser 🚀
Microsoft Reviewers: Open in CodeFlow