ScoopInstaller_Main/bucket/offlineinsiderenroll.json
sitiom 2968d6ab16
offlineinsiderenroll: Add version 2.6.2 (#3002)
* offlineinsiderenroll: Add version 2.6.2

* offlineinsiderenroll: Add note and suggest gsudo
2021-11-24 17:42:17 +05:30

18 lines
787 B
JSON

{
"version": "2.6.2",
"description": "A script to enable access to the Windows Insider Program on machines not signed in with Microsoft Account",
"homepage": "https://github.com/abbodi1406/offlineinsiderenroll",
"license": "MIT",
"url": "https://github.com/abbodi1406/offlineinsiderenroll/releases/download/2.6.2/OfflineInsiderEnroll-2.6.2.zip",
"hash": "268e32c253046fa196da72f4d72ffd2a98f849646d20370b23b4bbaab8881c67",
"bin": "OfflineInsiderEnroll.cmd",
"notes": "This script needs to be executed as an administrator.",
"suggest": {
"gsudo": "gsudo"
},
"checkver": "github",
"autoupdate": {
"url": "https://github.com/abbodi1406/offlineinsiderenroll/releases/download/$version/OfflineInsiderEnroll-$version.zip"
}
}