generated from ScoopInstaller/BucketTemplate
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Quicker@1.39.43.0: Fix hash (Closes #209)
- Loading branch information
1 parent
56ffa29
commit e3baaa1
Showing
1 changed file
with
57 additions
and
57 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 |
---|---|---|
@@ -1,60 +1,60 @@ | ||
{ | ||
"homepage": "https://getquicker.net/", | ||
"version": "1.39.43.0", | ||
"license": "Freeware", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://getquicker.net/download/item/fast_x64#.msi", | ||
"hash": "8f083a0540c8e69e93d369ac27f2a0666fa7f0b1b51177b6dfc549882b20de65" | ||
}, | ||
"32bit": { | ||
"url": "https://getquicker.net/download/item/fast_x86#.msi", | ||
"hash": "9f0d4d9818eb5be48bf5c85a92bd54be3d209c57e4eb1f3f6d7b8f1e645117f9" | ||
} | ||
}, | ||
"extract_dir": "Quicker", | ||
"checkver": { | ||
"url": "https://getquicker.net/Download", | ||
"regex": "快速通道[\\w\\W]*?(\\d.[\\d.]+)" | ||
}, | ||
"installer": { | ||
"script": [ | ||
"if (!(is_admin)) {", | ||
" error \"Administrator rights are required to uninstall $app.\"", | ||
" exit 1", | ||
"}", | ||
"New-Item Registry::HKEY_CLASSES_ROOT\\quicker -Force -ItemType String -Value 'URL:Quicker Protocol' | Out-Null", | ||
"New-ItemProperty Registry::HKEY_CLASSES_ROOT\\quicker -Force -PropertyType string -Name 'URL Protocol' -Value '' | Out-Null", | ||
"New-Item Registry::HKEY_CLASSES_ROOT\\quicker\\DefaultIcon -Force -ItemType String -Value 'Quicker.exe' | Out-Null", | ||
"New-Item Registry::HKEY_CLASSES_ROOT\\quicker\\shell\\open\\command -Force -ItemType String -Value \"`\"$dir\\QuickerStarter.exe`\" `\"%1`\"\" | Out-Null" | ||
] | ||
}, | ||
"uninstaller": { | ||
"script": [ | ||
"if (!(is_admin)) {", | ||
" error \"Administrator rights are required to uninstall $app.\"", | ||
" exit 1", | ||
"}", | ||
"if (Test-Path Registry::HKEY_CLASSES_ROOT\\quicker) {", | ||
" Remove-Item Registry::HKEY_CLASSES_ROOT\\quicker -Force -Recurse | Out-Null", | ||
"}" | ||
] | ||
}, | ||
"bin": "Quicker.exe", | ||
"shortcuts": [ | ||
[ | ||
"Quicker.exe", | ||
"Quicker" | ||
] | ||
], | ||
"autoupdate": { | ||
"homepage": "https://getquicker.net/", | ||
"version": "1.39.43.0", | ||
"license": "Freeware", | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://getquicker.net/download/item/fast_x64#.msi" | ||
}, | ||
"32bit": { | ||
"url": "https://getquicker.net/download/item/fast_x86#.msi" | ||
} | ||
"64bit": { | ||
"url": "https://getquicker.net/download/item/fast_x64#.msi", | ||
"hash": "b20ad4999ec0d2ce4c594670e9ed5eac18f2daffe97e6b54a20dba0f4ebddba3" | ||
}, | ||
"32bit": { | ||
"url": "https://getquicker.net/download/item/fast_x86#.msi", | ||
"hash": "34cbf8001b06671129d199f439a2f5ef2542406534b96518f480b1564db78d0a" | ||
} | ||
}, | ||
"extract_dir": "Quicker", | ||
"checkver": { | ||
"url": "https://getquicker.net/Download", | ||
"regex": "快速通道[\\w\\W]*?(\\d.[\\d.]+)" | ||
}, | ||
"installer": { | ||
"script": [ | ||
"if (!(is_admin)) {", | ||
" error \"Administrator rights are required to uninstall $app.\"", | ||
" exit 1", | ||
"}", | ||
"New-Item Registry::HKEY_CLASSES_ROOT\\quicker -Force -ItemType String -Value 'URL:Quicker Protocol' | Out-Null", | ||
"New-ItemProperty Registry::HKEY_CLASSES_ROOT\\quicker -Force -PropertyType string -Name 'URL Protocol' -Value '' | Out-Null", | ||
"New-Item Registry::HKEY_CLASSES_ROOT\\quicker\\DefaultIcon -Force -ItemType String -Value 'Quicker.exe' | Out-Null", | ||
"New-Item Registry::HKEY_CLASSES_ROOT\\quicker\\shell\\open\\command -Force -ItemType String -Value \"`\"$dir\\QuickerStarter.exe`\" `\"%1`\"\" | Out-Null" | ||
] | ||
}, | ||
"uninstaller": { | ||
"script": [ | ||
"if (!(is_admin)) {", | ||
" error \"Administrator rights are required to uninstall $app.\"", | ||
" exit 1", | ||
"}", | ||
"if (Test-Path Registry::HKEY_CLASSES_ROOT\\quicker) {", | ||
" Remove-Item Registry::HKEY_CLASSES_ROOT\\quicker -Force -Recurse | Out-Null", | ||
"}" | ||
] | ||
}, | ||
"bin": "Quicker.exe", | ||
"shortcuts": [ | ||
[ | ||
"Quicker.exe", | ||
"Quicker" | ||
] | ||
], | ||
"autoupdate": { | ||
"architecture": { | ||
"64bit": { | ||
"url": "https://getquicker.net/download/item/fast_x64#.msi" | ||
}, | ||
"32bit": { | ||
"url": "https://getquicker.net/download/item/fast_x86#.msi" | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |