From 5b6e69014325106c7cee9298498c86ba9797238f Mon Sep 17 00:00:00 2001 From: Doublecouponday <7555725+DoubleCouponDay@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:59:20 +1000 Subject: [PATCH 1/5] slop: manifests --- .../DoubleCouponDay.Stickle.installer.yaml | 17 +++++++++++++ .../DoubleCouponDay.Stickle.locale.en-US.yaml | 24 +++++++++++++++++++ .../0.3.4/DoubleCouponDay.Stickle.yaml | 5 ++++ 3 files changed, 46 insertions(+) create mode 100644 manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml create mode 100644 manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml create mode 100644 manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.yaml diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml new file mode 100644 index 0000000000000..d116433758012 --- /dev/null +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml @@ -0,0 +1,17 @@ +PackageIdentifier: DoubleCouponDay.Stickle +PackageVersion: 0.3.4 +MinimumOSVersion: 10.0.17763.0 +InstallerType: zip +NestedInstallerType: portable +InstallModes: +- silent +UpgradeBehavior: install +Installers: +- Architecture: x64 + NestedInstallerFiles: + - RelativeFilePath: stickle.exe + PortableCommandAlias: stickle + InstallerUrl: https://nightly.link/DoubleCouponDay/stickle/workflows/build-tui/main2/stickle-x86_64-pc-windows-msvc.zip + InstallerSha256: 48BDAC72748B080A5E4B437A2B80630A58B18C7D9F56152708B54CA72AFBF83B +ManifestType: installer +ManifestVersion: 1.10.0 diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml new file mode 100644 index 0000000000000..bef53672154a0 --- /dev/null +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml @@ -0,0 +1,24 @@ +PackageIdentifier: DoubleCouponDay.Stickle +PackageVersion: 0.3.4 +PackageLocale: en-US +Publisher: DoubleCouponDay +PublisherUrl: https://github.com/DoubleCouponDay +PublisherSupportUrl: https://github.com/DoubleCouponDay/stickle/issues +Author: DoubleCouponDay +PackageName: Stickle +PackageUrl: https://github.com/DoubleCouponDay/stickle +License: LGPL-3.0-only +LicenseUrl: https://github.com/DoubleCouponDay/stickle/blob/main2/LICENSE +ShortDescription: TUI for a streamlined Rusty PLC Compiler workflow +Description: The Stickle Workflow provides a Terminal User Interface and example Structured Text project for the Rusty PLC compiler, unlocking plain-text source control and unit testing for automation projects without coupling to a manufacturer ecosystem. +Moniker: stickle +Tags: +- automation +- compiler +- plc +- rust +- structured-text +- tui +ReleaseNotesUrl: https://github.com/DoubleCouponDay/stickle/releases +ManifestType: defaultLocale +ManifestVersion: 1.10.0 diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.yaml new file mode 100644 index 0000000000000..87ada543a4c1b --- /dev/null +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.yaml @@ -0,0 +1,5 @@ +PackageIdentifier: DoubleCouponDay.Stickle +PackageVersion: 0.3.4 +DefaultLocale: en-US +ManifestType: version +ManifestVersion: 1.10.0 From d4309ecac706726acf4c1439644b80578b8abad8 Mon Sep 17 00:00:00 2001 From: Doublecouponday <7555725+DoubleCouponDay@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:52:49 +1000 Subject: [PATCH 2/5] fix: correct hash --- .../Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml index d116433758012..151cfb9dfb75f 100644 --- a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml @@ -12,6 +12,6 @@ Installers: - RelativeFilePath: stickle.exe PortableCommandAlias: stickle InstallerUrl: https://nightly.link/DoubleCouponDay/stickle/workflows/build-tui/main2/stickle-x86_64-pc-windows-msvc.zip - InstallerSha256: 48BDAC72748B080A5E4B437A2B80630A58B18C7D9F56152708B54CA72AFBF83B + InstallerSha256: 21DAC4C19A35659C468698DEFB2BAE507AB3FE5D5BBE25B5EBE019464B869007 ManifestType: installer ManifestVersion: 1.10.0 From d4c514c26d0969e3e53228e884d356224cd52c3a Mon Sep 17 00:00:00 2001 From: Doublecouponday <7555725+DoubleCouponDay@users.noreply.github.com> Date: Mon, 7 Sep 2026 19:08:16 +1000 Subject: [PATCH 3/5] fix: latest schema --- .../Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml | 4 +++- .../Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml | 4 +++- .../Stickle/0.3.4/DoubleCouponDay.Stickle.yaml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml index 151cfb9dfb75f..0773a6e484373 100644 --- a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.12.0.schema.json + PackageIdentifier: DoubleCouponDay.Stickle PackageVersion: 0.3.4 MinimumOSVersion: 10.0.17763.0 @@ -14,4 +16,4 @@ Installers: InstallerUrl: https://nightly.link/DoubleCouponDay/stickle/workflows/build-tui/main2/stickle-x86_64-pc-windows-msvc.zip InstallerSha256: 21DAC4C19A35659C468698DEFB2BAE507AB3FE5D5BBE25B5EBE019464B869007 ManifestType: installer -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml index bef53672154a0..967e771c95c6f 100644 --- a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.locale.en-US.yaml @@ -1,3 +1,5 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.12.0.schema.json + PackageIdentifier: DoubleCouponDay.Stickle PackageVersion: 0.3.4 PackageLocale: en-US @@ -21,4 +23,4 @@ Tags: - tui ReleaseNotesUrl: https://github.com/DoubleCouponDay/stickle/releases ManifestType: defaultLocale -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.yaml index 87ada543a4c1b..9a38ee8853d82 100644 --- a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.yaml +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.yaml @@ -1,5 +1,7 @@ +# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.12.0.schema.json + PackageIdentifier: DoubleCouponDay.Stickle PackageVersion: 0.3.4 DefaultLocale: en-US ManifestType: version -ManifestVersion: 1.10.0 +ManifestVersion: 1.12.0 From ea569543ebdc66c650042507e43727054b1ac3e9 Mon Sep 17 00:00:00 2001 From: Doublecouponday <7555725+DoubleCouponDay@users.noreply.github.com> Date: Tue, 8 Sep 2026 05:55:03 +1000 Subject: [PATCH 4/5] fix: installer link --- .../Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml index 0773a6e484373..5a621438abbb2 100644 --- a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml @@ -13,7 +13,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: stickle.exe PortableCommandAlias: stickle - InstallerUrl: https://nightly.link/DoubleCouponDay/stickle/workflows/build-tui/main2/stickle-x86_64-pc-windows-msvc.zip + InstallerUrl: https://github.com/DoubleCouponDay/stickle/actions/runs/34094329093/artifacts/10008022745 InstallerSha256: 21DAC4C19A35659C468698DEFB2BAE507AB3FE5D5BBE25B5EBE019464B869007 ManifestType: installer ManifestVersion: 1.12.0 From 415bebb62511300a2c37375bda6ae840fa481433 Mon Sep 17 00:00:00 2001 From: Doublecouponday <7555725+DoubleCouponDay@users.noreply.github.com> Date: Tue, 8 Sep 2026 06:22:35 +1000 Subject: [PATCH 5/5] fix: installer link --- .../Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml index 5a621438abbb2..cee2077f1db45 100644 --- a/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml +++ b/manifests/d/DoubleCouponDay/Stickle/0.3.4/DoubleCouponDay.Stickle.installer.yaml @@ -13,7 +13,7 @@ Installers: NestedInstallerFiles: - RelativeFilePath: stickle.exe PortableCommandAlias: stickle - InstallerUrl: https://github.com/DoubleCouponDay/stickle/actions/runs/34094329093/artifacts/10008022745 - InstallerSha256: 21DAC4C19A35659C468698DEFB2BAE507AB3FE5D5BBE25B5EBE019464B869007 + InstallerUrl: https://github.com/DoubleCouponDay/stickle/releases/download/0.3.4/stickle-x86_64-pc-windows-msvc.zip + InstallerSha256: 21dac4c19a35659c468698defb2bae507ab3fe5d5bbe25b5ebe019464b869007 ManifestType: installer ManifestVersion: 1.12.0