-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
{ | ||
"version": "42.1.0", | ||
"description": "HEU KMS Activator", | ||
"homepage": "https://github.com/zbezj/HEU_KMS_Activator", | ||
"license": { | ||
"identifier": "Freeware" | ||
}, | ||
"url": "https://github.com/zbezj/HEU_KMS_Activator/releases/download/42.1.0/HEU_KMS_Activator_v42.1.0.rar#dl.zip_", | ||
"hash": "25a558d25ee5608aed0aa21020ffe3e7a2261dd8feb0fa9ff7c7bde4bac349db", | ||
"pre_install": [ | ||
"$7z=(Get-ChildItem $dir\\HEU_KMS_Activator_$version*).Name", | ||
"7z x -pHEU168 $dir\\$7z $('-o' + $dir) | Out-Null", | ||
"Rename-Item \"$dir\\HEU_KMS_Activator_*.exe\" \"HEU_KMS_Activator.exe\" -Force", | ||
"Remove-Item \"$dir\\*dl.zip_\" -Force -ErrorAction SilentlyContinue" | ||
], | ||
"bin": "HEU_KMS_Activator.exe", | ||
"shortcuts": [ | ||
[ | ||
"HEU_KMS_Activator.exe", | ||
"HEU KMS Activator" | ||
] | ||
], | ||
"checkver": { | ||
"url": "https://api.github.com/repos/zbezj/HEU_KMS_Activator/releases", | ||
"regex": "(?sm)browser_download_url.*?releases/download/([\\d.]+)/(?<file>HEU_KMS_Activator.*?\\.(?:zip|rar))" | ||
}, | ||
"autoupdate": { | ||
"url": "https://github.com/zbezj/HEU_KMS_Activator/releases/download/$version/$matchFile#dl.zip_" | ||
}, | ||
"notes": "不得用于商业目的,个人用户也仅限于研究、交流使用,24 小时内务必删除,使用正版的 Windows 和 Office 应前往正规渠道购买" | ||
} |