This repository was archived by the owner on May 18, 2026. It is now read-only.
Fixes for Windows support and the Winget package provider.#603
Open
jm2 wants to merge 3 commits into
Open
Conversation
…ore attempting installation.
…atom, and a new `check.ps1` script.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I'm submitting a
What is the current behaviour?
Winget install would fail if a package was already installed. Tests were also failing on Windows 11.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Install a winget package that already exists on the system.
What is the expected behavior?
Existing packages should be skipped.
What is the motivation / use case for changing the behavior?
To make Comtrya usable on Windows. I've also included check.ps1 to make it easier to run tests natively on Windows.
Please tell us about your environment:
Windows workstation in need of autoconfiguration.
Version (
comtrya --version): 0.9.2/HEADOperating system: Windows 11 x64