Closed rakleed closed 2 months ago
It also removes Commands
field from .installer.yaml
.
I missed Commands
field when I komac new
, but I add it manually in a pr(release 0.8.5).
However, in my pr of release 0.9.0, the Commands
field disappears.
WinGet Releaser currently uses Komac v1. WinGet Releaser will update to Komac v2 when Komac v2.3.0 is released.
AppsAndFeaturesEntries
should not remain the same as in a previous version by default. DisplayVersion
can often change between releases and keeping one for a previous version can cause incorrect matching. Where it can, Komac will identify ARP entries for a given installer. In very specific edge cases, I would suggest manually editing the manifest in Komac's editor.
Is there an existing issue for this?
What happened?
AppsAndFeaturesEntries
should remain the same as in the previous version, but komac simply removes this property.