From 312e8583f662503a644d932d4d52c16faf63ee1c Mon Sep 17 00:00:00 2001 From: "Mario T." <526340+matru@users.noreply.github.com> Date: Sun, 26 Jul 2026 19:39:29 +0000 Subject: [PATCH 1/3] Add thio-background-app-notifier.json file --- bucket/thio-background-app-notifier.json | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 bucket/thio-background-app-notifier.json diff --git a/bucket/thio-background-app-notifier.json b/bucket/thio-background-app-notifier.json new file mode 100644 index 00000000000000..01aad243ebc680 --- /dev/null +++ b/bucket/thio-background-app-notifier.json @@ -0,0 +1,19 @@ +{ + "version": "1.3.1", + "description": "Windows tool to notify you about new auto-run services and scheduled tasks", + "homepage": "https://github.com/ThioJoe/Thio-Background-App-Notifier", + "license": "AGPL-3.0-only" + "url": "https://github.com/ThioJoe/Thio-Background-App-Notifier/releases/download/v1.3.1/Thio-Background-App-Notifier_1.3.1.exe", + "hash": "333b5ce04377d9fbfdedfcae0dd4512181d60f1a20b808a779eba311115c5858", + "bin": "Thio Background App Notifier.exe", + "shortcuts": [ + [ + "Thio-Background-App-Notifier_1.3.1.exe", + "Thio Background App Notifier" + ] + ] + "checkver": "github", + "autoupdate": { + "url": "https://github.com/ThioJoe/Thio-Background-App-Notifier/releases/download/v$version/Thio-Background-App-Notifier_$version.exe" + } +} From 4c77b861567a500e2310fd37ed00b5bed41d5283 Mon Sep 17 00:00:00 2001 From: "Mario T." <526340+matru@users.noreply.github.com> Date: Sun, 26 Jul 2026 20:13:40 +0000 Subject: [PATCH 2/3] fixing syntax for thio-background-app-notifier.json --- bucket/thio-background-app-notifier.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/bucket/thio-background-app-notifier.json b/bucket/thio-background-app-notifier.json index 01aad243ebc680..6f0e65ce7a7c1a 100644 --- a/bucket/thio-background-app-notifier.json +++ b/bucket/thio-background-app-notifier.json @@ -2,16 +2,21 @@ "version": "1.3.1", "description": "Windows tool to notify you about new auto-run services and scheduled tasks", "homepage": "https://github.com/ThioJoe/Thio-Background-App-Notifier", - "license": "AGPL-3.0-only" + "license": "AGPL-3.0-only", "url": "https://github.com/ThioJoe/Thio-Background-App-Notifier/releases/download/v1.3.1/Thio-Background-App-Notifier_1.3.1.exe", "hash": "333b5ce04377d9fbfdedfcae0dd4512181d60f1a20b808a779eba311115c5858", - "bin": "Thio Background App Notifier.exe", + "bin": [ + [ + "Thio-Background-App-Notifier_1.3.1.exe", + "thio-background-app-notifier" + ] + ], "shortcuts": [ [ "Thio-Background-App-Notifier_1.3.1.exe", "Thio Background App Notifier" ] - ] + ], "checkver": "github", "autoupdate": { "url": "https://github.com/ThioJoe/Thio-Background-App-Notifier/releases/download/v$version/Thio-Background-App-Notifier_$version.exe" From c383de7ce455b5b8b753adf03f9b0e231d418062 Mon Sep 17 00:00:00 2001 From: "Mario T." <526340+matru@users.noreply.github.com> Date: Mon, 27 Jul 2026 08:01:15 +0000 Subject: [PATCH 3/3] Update Thio Background App Notifier JSON configuration --- bucket/thio-background-app-notifier.json | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/bucket/thio-background-app-notifier.json b/bucket/thio-background-app-notifier.json index 6f0e65ce7a7c1a..b582dbf8d17760 100644 --- a/bucket/thio-background-app-notifier.json +++ b/bucket/thio-background-app-notifier.json @@ -19,6 +19,18 @@ ], "checkver": "github", "autoupdate": { - "url": "https://github.com/ThioJoe/Thio-Background-App-Notifier/releases/download/v$version/Thio-Background-App-Notifier_$version.exe" - } + "url": "https://github.com/ThioJoe/Thio-Background-App-Notifier/releases/download/v$version/Thio-Background-App-Notifier_$version.exe", + "bin": [ + [ + "Thio-Background-App-Notifier_$version.exe", + "thio-background-app-notifier" + ] + ], + "shortcuts": [ + [ + "Thio-Background-App-Notifier_$version.exe", + "Thio Background App Notifier" + ] + ] + } }