Skip to content

Commit

Permalink
hagoromo: Add version 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
brian6932 committed Dec 25, 2023
1 parent 61b0176 commit ed94646
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions bucket/hagoromo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "0.18.0",
"description": "This is a multi-column Bluesky client.",
"homepage": "https://github.com/ioriayane/Hagoromo",
"license": "MIT",
"suggest": {
"vcredist-aio": "extras/vcredist-aio"
},
"architecture": {
"64bit": {
"url": "https://github.com/ioriayane/Hagoromo/releases/download/v0.18.0/hagoromo_0.18.0_windows.zip",
"hash": "b29de6e368acf3546a827b2febe692e8bf7d5bfdac0f577341fd501417237a84",
"extract_dir": "hagoromo",
"pre_install": "Remove-Item \"$dir/vc_redist.x64.exe\""
}
},
"shortcuts": [
[
"Hagoromo.exe",
"Hagoromo"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/ioriayane/Hagoromo/releases/download/v$version/hagoromo_$version_windows.zip"
}
}
}
}

0 comments on commit ed94646

Please sign in to comment.