generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 1
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
xrgzs
committed
Nov 2, 2024
1 parent
4e01fa3
commit 2f003f1
Showing
1 changed file
with
44 additions
and
0 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
{ | ||
"description": "让人人都成电脑系统装机大师", | ||
"version": "6.24.11.2", | ||
"homepage": "https://www.xrgzs.top/xrok", | ||
"license": "Freeware", | ||
"url": "https://dl.xrgzs.top/d/pxy/Xiaoran%20Studio/Onekey/PE/HotPE/XROK.HPM#/dl.7z", | ||
"hash": "0577102626cd8c3a9c419724d4cdc7ae2826b6f0391e5f530b061525dd446e25", | ||
"bin": [ | ||
[ | ||
"UjyQii.exe", | ||
"XROK" | ||
] | ||
], | ||
"shortcuts": [ | ||
[ | ||
"UjyQii.exe", | ||
"潇然一键装机助理", | ||
"", | ||
"Xiaoran.ico" | ||
] | ||
], | ||
"installer": { | ||
"script": [ | ||
"Remove-Item \"$dir\\HPM.config\" -Force", | ||
"Remove-Item \"$dir\\HPM.key\" -Force", | ||
"Remove-Item \"$dir\\HPM.WCE.Dense\" -Force", | ||
"Remove-Item \"$dir\\HPM_Next.WCE\" -Force" | ||
] | ||
}, | ||
"post_install": [ | ||
"$scoop_startmenu_folder = shortcut_folder $global", | ||
"Copy-Item -Path \"$scoop_startmenu_folder\\潇然一键装机助理.lnk\" -Destination \"$env:USERPROFILE\\Desktop\\潇然一键装机助理.lnk\" -Force -ErrorAction SilentlyContinue" | ||
], | ||
"post_uninstall": [ | ||
"Remove-Item \"$env:USERPROFILE\\Desktop\\潇然一键装机助理.lnk\" -Force -ErrorAction SilentlyContinue" | ||
], | ||
"checkver": { | ||
"url": "https://dl.xrgzs.top/d/pxy/Xiaoran%20Studio/Onekey/QiiVersion.txt", | ||
"regex": "([\\d.]+)" | ||
}, | ||
"autoupdate": { | ||
"url": "https://dl.xrgzs.top/d/pxy/Xiaoran%20Studio/Onekey/PE/HotPE/XROK.HPM#/dl.7z" | ||
} | ||
} |