mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
offlineinsiderenroll: Update to version 0.6.4 (#4594)
* offlineinsiderenroll: update to version 0.6.4 * Update offlineinsiderenroll.json
This commit is contained in:
parent
98de4b77cf
commit
13abe2cc6b
@ -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",
|
||||
"homepage": "https://github.com/abbodi1406/offlineinsiderenroll",
|
||||
"license": "MIT",
|
||||
"url": "https://github.com/abbodi1406/offlineinsiderenroll/releases/download/2.6.3/OfflineInsiderEnroll-2.6.3.zip",
|
||||
"hash": "3affb80b3b02d97caf82b3b774d84af4e7bc2789cef9541b02bdd84bd8c48764",
|
||||
"url": "https://github.com/abbodi1406/offlineinsiderenroll/archive/refs/tags/2.6.4.zip",
|
||||
"extract_dir": "offlineinsiderenroll-2.6.4",
|
||||
"hash": "b7290858ccb25cccd42c51878853a7399afe11c261e51d62fc7845fcf2fa4deb",
|
||||
"bin": "OfflineInsiderEnroll.cmd",
|
||||
"notes": "This script needs to be executed as an administrator.",
|
||||
"suggest": {
|
||||
@ -12,6 +13,7 @@
|
||||
},
|
||||
"checkver": "github",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user