diff --git a/bucket/codex-monitor.json b/bucket/codex-monitor.json new file mode 100644 index 00000000000000..6e2263a8a7c066 --- /dev/null +++ b/bucket/codex-monitor.json @@ -0,0 +1,28 @@ +{ + "version": "0.7.67", + "description": "An app to monitor the (Codex) situation.", + "homepage": "https://github.com/Dimillian/CodexMonitor", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/Dimillian/CodexMonitor/releases/download/v0.7.67/Codex.Monitor_0.7.67_x64_en-US.msi", + "hash": "5478ae574ec1b239c0127e4ce93460b99d0b5f43434d95c877ad7be6eba3e4fa" + } + }, + "extract_dir": "PFiles\\Codex Monitor", + "bin": "codex_monitor_daemon.exe", + "shortcuts": [ + [ + "codex-monitor.exe", + "Codex Monitor" + ] + ], + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/Dimillian/CodexMonitor/releases/download/v$version/Codex.Monitor_$version_x64_en-US.msi" + } + } + } +}