diff --git a/README.md b/README.md index 1262d9b..bc97d74 100644 --- a/README.md +++ b/README.md @@ -134,13 +134,14 @@ scoop config aria2-min-split-size 4M ### Win-Only -| App | Auto-Update ? | Note | -|:--------------------------------------------------------------------------:|:-------------:|:----:| -| [autodarkmode](https://github.com/Armin2208/Windows-Auto-Night-Mode) | ✓ | | -| [configure-defender](https://github.com/AndyFul/ConfigureDefender) | ✓ | | +| App | Auto-Update ? | Note | +| :----------------------------------------------------------: | :-----------: | :--: | +| [autodarkmode](https://github.com/Armin2208/Windows-Auto-Night-Mode) | ✓ | | +| [configure-defender](https://github.com/AndyFul/ConfigureDefender) | ✓ | | | [defender-remover](https://github.com/ionuttbara/windows-defender-remover) | ✓ | | -| [fancywm](https://github.com/FancyWM/fancywm) | ✓ | | -| [file-converter](https://file-converter.org) | ✓ | | -| [jigdo](https://einval.com/~steve/software/jigdo) | ✓ | | -| [winhance](hhttps://winhance.net) | ✓ | | -| [wisecare365](https://wisecleaner.com/wise-care-365.html) | ✓ | | +| [fancywm](https://github.com/FancyWM/fancywm) | ✓ | | +| [file-converter](https://file-converter.org) | ✓ | | +| [jigdo](https://einval.com/~steve/software/jigdo) | ✓ | | +| [winhance](hhttps://winhance.net) | ✓ | | +| [wisecare365](https://wisecleaner.com/wise-care-365.html) | ✓ | | +| [catime](https://github.com/vladelaina/Catime) | ✓ | | diff --git a/bucket/catime.json b/bucket/catime.json new file mode 100644 index 0000000..2fd42dd --- /dev/null +++ b/bucket/catime.json @@ -0,0 +1,26 @@ +{ + "version": "1.4.0", + "description": "A tiny (995KB) but mighty timer in pure C.", + "homepage": "https://github.com/vladelaina/Catime", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/vladelaina/Catime/releases/download/v1.4.0/catime_1.4.0.exe", + "hash": "sha256:55e60a358965b55fa423d0a0689774823931369816c61957b28733fae4e70457" + } + }, + "shortcuts": [ + [ + "catime.exe", + "catime" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/vladelaina/Catime/releases/download/v$version/catime_$version.exe" + } + } + } +}