Skip to content
Merged
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
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) | ✓ | |
26 changes: 26 additions & 0 deletions bucket/catime.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
}
}
Loading