mirror of
https://github.com/ScoopInstaller/Extras.git
synced 2026-07-30 14:25:39 +08:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"##": "The installer is made with InnoSetup, but encrypted with a password.",
|
|
"version": "1.65.0.0",
|
|
"description": "Tweaks and hidden settings for power-users for Windows 7/8/8.1/10/11",
|
|
"homepage": "https://winaerotweaker.com/",
|
|
"license": {
|
|
"identifier": "Freeware",
|
|
"url": "https://winaero.com/comment.php?comment.news.1836"
|
|
},
|
|
"url": "https://winaerotweaker.com/download/winaerotweaker.zip",
|
|
"hash": "9a57d26bb9aba3ed035d64d731aa0397a043d86b5db052292319ff715b54837f",
|
|
"pre_install": [
|
|
"Remove-Item \"$dir\\SilentSetup.cmd\" -ErrorAction 'SilentlyContinue'",
|
|
"Get-ChildItem \"$dir\" '*setup.exe' | Rename-Item -NewName 'setup.exe'"
|
|
],
|
|
"installer": {
|
|
"script": [
|
|
"Start-Process -Wait \"$dir\\setup.exe\" -ArgumentList @('/SP-', '/VERYSILENT', '/PORTABLE', \"/DIR=`\"$dir`\"\")",
|
|
"Remove-Item \"$dir\\setup.exe\""
|
|
]
|
|
},
|
|
"bin": "WinaeroTweaker.exe",
|
|
"shortcuts": [
|
|
[
|
|
"WinaeroTweaker.exe",
|
|
"Winaero Tweaker"
|
|
]
|
|
],
|
|
"checkver": {
|
|
"url": "https://winaero.com/updates/tweaker.txt",
|
|
"regex": "^([\\d.]+)"
|
|
},
|
|
"autoupdate": {
|
|
"url": "https://winaerotweaker.com/download/winaerotweaker.zip"
|
|
}
|
|
}
|