Skip to content

Commit

Permalink
Remove architecture restrictions
Browse files Browse the repository at this point in the history
initool is currently built for 32bit only. Use it for all architectures.
  • Loading branch information
hgraeber committed Sep 11, 2024
1 parent 43b88f4 commit 061a454
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions bucket/initool.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
{
"architecture": {
"64bit": {
"url": "https://github.com/dbohdan/initool/releases/download/v0.18.0/initool-v0.18.0-fc0c3b1-win32.zip",
"hash": "b3bcc11faaf1adb708d5cc764a200d9c4247a1efbbb0e68ab23f4115bdc9b71a"
}
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/dbohdan/initool/releases/download/v$version/initool-v$version-$matchCommit-win32.zip"
}
}
"url": "https://github.com/dbohdan/initool/releases/download/v$version/initool-v$version-$matchCommit-win32.zip"
},
"bin": "initool.exe",
"checkver": {
Expand All @@ -19,7 +9,9 @@
"regex": "download/v(?<tag>[\\d.]+)/initool-v([\\d.]+)-(?<commit>[\\w]{7})-win32.zip"
},
"description": "Initool lets you manipulate the contents of INI files from the command line",
"hash": "b3bcc11faaf1adb708d5cc764a200d9c4247a1efbbb0e68ab23f4115bdc9b71a",
"homepage": "https://github.com/dbohdan/initool",
"license": "MIT",
"url": "https://github.com/dbohdan/initool/releases/download/v0.18.0/initool-v0.18.0-fc0c3b1-win32.zip",
"version": "0.18.0"
}

0 comments on commit 061a454

Please sign in to comment.