ntfy@2.6.2: Fix extration (Closes #4978)

This commit is contained in:
HUMORCE 2023-07-30 14:46:47 +00:00
parent cdb0324f18
commit aeb5b38588
No known key found for this signature in database
GPG Key ID: F0B8272F23E953D3

View File

@ -7,7 +7,7 @@
"64bit": { "64bit": {
"url": "https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_windows_amd64.zip", "url": "https://github.com/binwiederhier/ntfy/releases/download/v2.6.2/ntfy_2.6.2_windows_amd64.zip",
"hash": "233530d3aebc4ec31b0cb35ef691ddaa942e40e845de1450870e64cf44f0a687", "hash": "233530d3aebc4ec31b0cb35ef691ddaa942e40e845de1450870e64cf44f0a687",
"extract_dir": "ntfy_2.6.2_windows_x86_64" "extract_dir": "ntfy_2.6.2_windows_amd64"
} }
}, },
"bin": "ntfy.exe", "bin": "ntfy.exe",
@ -18,7 +18,7 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/binwiederhier/ntfy/releases/download/v$version/ntfy_$version_windows_amd64.zip", "url": "https://github.com/binwiederhier/ntfy/releases/download/v$version/ntfy_$version_windows_amd64.zip",
"extract_dir": "ntfy_$version_windows_x86_64" "extract_dir": "ntfy_$version_windows_amd64"
} }
}, },
"hash": { "hash": {