diff --git a/bucket/markeron.json b/bucket/markeron.json new file mode 100644 index 00000000000000..3d71d9924f558b --- /dev/null +++ b/bucket/markeron.json @@ -0,0 +1,29 @@ +{ + "version": "1.5.1", + "description": "Lightweight open-source screen annotation tool with click-through mode.", + "homepage": "https://markeron.cn", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/ifer47/markeron/releases/download/v1.5.1/MarkerOn_1.5.1_x64-setup.exe#/dl.7z", + "hash": "b41b048bd8ea8c24552b6ea4664cdc473e55649b17fa670427e011830e2b5db3" + } + }, + "pre_install": "Remove-Item \"$dir\\`$*\", \"$dir\\Uninstall*\" -Force -Recurse -ErrorAction Ignore", + "shortcuts": [ + [ + "MarkerOn.exe", + "MarkerOn" + ] + ], + "checkver": { + "github": "https://github.com/ifer47/markeron" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/ifer47/markeron/releases/download/v$version/MarkerOn_$version_x64-setup.exe#/dl.7z" + } + } + } +}