offlineinsiderenroll: Add version 2.6.2 (#3002)

* offlineinsiderenroll: Add version 2.6.2

* offlineinsiderenroll: Add note and suggest gsudo
This commit is contained in:
sitiom 2021-11-24 20:12:17 +08:00 committed by GitHub
parent 4080cbd69e
commit 2968d6ab16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,17 @@
{
"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"
}
}