mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
15 lines
638 B
JSON
15 lines
638 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|