Skip to content

Commit

Permalink
iwck: fix download path
Browse files Browse the repository at this point in the history
  • Loading branch information
amorphobia committed Dec 14, 2023
1 parent 0adf98e commit f309350
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions bucket/iwck.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,38 @@
{
"version": "2.0",
"version": "3.04",
"description": "I wanna clean keyboard - This app won't clean your keyboard... but it could block the keyboard input when you were cleaning the keyboard...",
"homepage": "https://github.com/Nigh/I-wanna-clean-keyboard",
"license": "Unlicense",
"architecture": {
"64bit": {
"url": "https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v2.0/iwck_U64.exe#/iwck.exe",
"hash": "e4a168d5bfbccacf5796c3a1e2a29f08c7051b52a3bad09fd6bb0fa5fa7c71df"
},
"32bit": {
"url": "https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v2.0/iwck_U32.exe#/iwck.exe",
"hash": "ee30dc02b101c5d7d425271ab5e3bb2cbb0f2b29a5484f01c406ee50c2849656"
"url": [
"https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v3.04/iwck.zip",
"https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v3.04/iwck-VNT.zip"
],
"hash": [
"98a891bdae8c98487567028f47b4294c0aa2861c1e40723d21da30baf0c1d6a1",
"98968a8f47d53694da0739c72b949e048786d86ccf70e6b7930c10aa43e67234"
]
}
},
"shortcuts": [
[
"iwck.exe",
"iwck - I wanna clean keyboard"
],
[
"iwck-VNT.exe",
"iwck-VNT - I wanna clean keyboard"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v$version/iwck_U64.exe#/iwck.exe"
},
"32bit": {
"url": "https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v$version/iwck_U32.exe#/iwck.exe"
"url": [
"https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v$version/iwck.zip",
"https://github.com/Nigh/I-wanna-clean-keyboard/releases/download/v$version/iwck-VNT.zip"
]
}
}
}
Expand Down

0 comments on commit f309350

Please sign in to comment.