Skip to content

Commit

Permalink
Quicker@1.39.43.0: Fix hash (Closes #209)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 12, 2023
1 parent 56ffa29 commit e3baaa1
Showing 1 changed file with 57 additions and 57 deletions.
114 changes: 57 additions & 57 deletions bucket/Quicker.json
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"
}
}
}
}
}
}

0 comments on commit e3baaa1

Please sign in to comment.