diff --git a/bucket/vdesk.json b/bucket/vdesk.json new file mode 100644 index 0000000000..a604904f1e --- /dev/null +++ b/bucket/vdesk.json @@ -0,0 +1,14 @@ +{ + "version": "1.2.0", + "description": "Launch programs on new virtual desktops.", + "homepage": "https://github.com/eksime/VDesk", + "license": "GPL-3.0-only", + "url": "https://github.com/eksime/VDesk/releases/download/v1.2.0/VDeskSetup.msi", + "hash": "f3971a8845f3baabf2d988187f17ffe21b0397b17e4a68fb1ad92bc6010fde6f", + "pre_install": "if ([System.Environment]::OSVersion.Version.Major -lt 10) { error 'Application requires Windows 10'; break }", + "bin": "vdesk.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/eksime/VDesk/releases/download/v$version/VDeskSetup.msi" + } +}