diff --git a/bucket/autohidemousecursor.json b/bucket/autohidemousecursor.json new file mode 100644 index 00000000000000..f83eb6910908ce --- /dev/null +++ b/bucket/autohidemousecursor.json @@ -0,0 +1,44 @@ +{ + "version": "6.26", + "description": "A small portable Windows application that allows you to hide the mouse cursor, if it does not move.", + "homepage": "https://www.softwareok.eu/?seite=Microsoft/AutoHideMouseCursor", + "license": "Freeware", + "architecture": { + "64bit": { + "url": "https://www.softwareok.eu/Download/AutoHideMouseCursor_x64_Portable.zip", + "hash": "8d56ca119866c30682c5fa0cdbbd61b55d6bb601f5fb1a55851a19b00edbaa39" + }, + "32bit": { + "url": "https://www.softwareok.eu/Download/AutoHideMouseCursor_Portable.zip", + "hash": "4910f2c4550407ba8ce81eba5dff5549a0789ecdb4f65e75392c813f43dc5cbb" + } + }, + "shortcuts": [ + [ + "AutoHideMouseCursor.exe", + "AutoHideMouseCursor" + ] + ], + "pre_install": [ + "Get-ChildItem \"$dir\" -Filter 'AutoHideMouseCursor*.exe' | Rename-Item -NewName 'AutoHideMouseCursor.exe'", + "if (!(Test-Path \"$persist_dir\\AutoHideMouseCursor.ini\")) { New-Item -Path \"$dir\\AutoHideMouseCursor.ini\" -ItemType File | Out-Null }" + ], + "persist": "AutoHideMouseCursor.ini", + "checkver": { + "regex": "AutoHideMouseCursor ([\\d.]+)" + }, + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://www.softwareok.eu/Download/AutoHideMouseCursor_x64_Portable.zip" + }, + "32bit": { + "url": "https://www.softwareok.eu/Download/AutoHideMouseCursor_Portable.zip" + } + }, + "hash": { + "url": "https://www.softwareok.com/?Download=AutoHideMouseCursor", + "regex": "$basename.*?$sha256" + } + } +}