Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions manifests/u/Unibo/Alchemist/43.0.34/Unibo.Alchemist.installer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Created using wingetcreate 1.12.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json

PackageIdentifier: Unibo.Alchemist
PackageVersion: 43.0.34
InstallerLocale: en-US
InstallerType: wix
Scope: machine
ProductCode: '{B241BFD7-33CC-37C9-871E-3DCABDA230A4}'
AppsAndFeaturesEntries:
- DisplayName: alchemist
Publisher: Unknown
ProductCode: '{B241BFD7-33CC-37C9-871E-3DCABDA230A4}'
UpgradeCode: '{4342BF32-7612-3295-9D0C-A06586CDA5D4}'
InstallationMetadata:
DefaultInstallLocation: '%ProgramFiles%\alchemist'
Installers:
- Architecture: x64
InstallerUrl: https://github.com/AlchemistSimulator/Alchemist/releases/download/43.0.34/alchemist-43.0.34.msi
InstallerSha256: CC994688FFBD8D7AC10D3FFDA49D7BBF165EBEE385F6CDE053170B36ABC26EF2
ManifestType: installer
ManifestVersion: 1.12.0
ReleaseDate: 2026-04-13
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Created using wingetcreate 1.12.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json

PackageIdentifier: Unibo.Alchemist
PackageVersion: 43.0.34
PackageLocale: en-US
Publisher: Unibo
PublisherUrl: https://github.com/AlchemistSimulator
PublisherSupportUrl: https://github.com/AlchemistSimulator/Alchemist/issues
PackageName: Alchemist
PackageUrl: https://github.com/AlchemistSimulator/Alchemist
License: GPLv3
LicenseUrl: https://github.com/AlchemistSimulator/Alchemist/blob/HEAD/LICENSE.md
Copy link

Copilot AI Apr 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LicenseUrl points to .../blob/HEAD/..., which can change over time if the default branch moves. The schema guidance recommends using a version-specific license link so the manifest always reflects the license for this release (e.g., a tag/commit for 43.0.34).

Suggested change
LicenseUrl: https://github.com/AlchemistSimulator/Alchemist/blob/HEAD/LICENSE.md
LicenseUrl: https://github.com/AlchemistSimulator/Alchemist/blob/43.0.34/LICENSE.md

Copilot uses AI. Check for mistakes.
ShortDescription: an extensible simulator for pervasive computing
ReleaseNotesUrl: https://github.com/AlchemistSimulator/Alchemist/releases/tag/43.0.34
Documentations:
- DocumentLabel: Wiki
DocumentUrl: https://github.com/AlchemistSimulator/Alchemist/wiki
ManifestType: defaultLocale
ManifestVersion: 1.12.0
8 changes: 8 additions & 0 deletions manifests/u/Unibo/Alchemist/43.0.34/Unibo.Alchemist.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.12.8.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json

PackageIdentifier: Unibo.Alchemist
PackageVersion: 43.0.34
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.12.0
Loading