offlineinsiderenroll: Update to version 0.6.4 (#4594)

* offlineinsiderenroll: update to version 0.6.4

* Update offlineinsiderenroll.json
This commit is contained in:
Bill ZHANG 2023-03-24 22:15:52 +11:00 committed by GitHub
parent 98de4b77cf
commit 13abe2cc6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,11 @@
{ {
"version": "2.6.3", "version": "2.6.4",
"description": "A script to enable access to the Windows Insider Program on machines not signed in with Microsoft Account", "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", "homepage": "https://github.com/abbodi1406/offlineinsiderenroll",
"license": "MIT", "license": "MIT",
"url": "https://github.com/abbodi1406/offlineinsiderenroll/releases/download/2.6.3/OfflineInsiderEnroll-2.6.3.zip", "url": "https://github.com/abbodi1406/offlineinsiderenroll/archive/refs/tags/2.6.4.zip",
"hash": "3affb80b3b02d97caf82b3b774d84af4e7bc2789cef9541b02bdd84bd8c48764", "extract_dir": "offlineinsiderenroll-2.6.4",
"hash": "b7290858ccb25cccd42c51878853a7399afe11c261e51d62fc7845fcf2fa4deb",
"bin": "OfflineInsiderEnroll.cmd", "bin": "OfflineInsiderEnroll.cmd",
"notes": "This script needs to be executed as an administrator.", "notes": "This script needs to be executed as an administrator.",
"suggest": { "suggest": {
@ -12,6 +13,7 @@
}, },
"checkver": "github", "checkver": "github",
"autoupdate": { "autoupdate": {
"url": "https://github.com/abbodi1406/offlineinsiderenroll/releases/download/$version/OfflineInsiderEnroll-$version.zip" "url": "https://github.com/abbodi1406/offlineinsiderenroll/archive/refs/tags/$version.zip",
"extract_dir": "offlineinsiderenroll-$version"
} }
} }