Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 34 additions & 0 deletions bucket/stormsewer.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"version": "0.9.6",
"description": "Storm sewer design and analysis: Rational method, Manning, HGL/EGL backwater, HEC-22 inlets.",
"homepage": "https://github.com/mf4633/stormsewer",
"license": "GPL-3.0-or-later",
"architecture": {
"64bit": {
"url": "https://github.com/mf4633/stormsewer/releases/download/v0.9.6/StormSewer-windows-x64.zip",
"hash": "488326a4b928fdd0527b132835ec942989ac44220ebf7dd199d64dfa5f328049"
}
},
"bin": "StormSewer.exe",
"shortcuts": [
[
"StormSewer.exe",
"StormSewer"
]
],
"notes": [
"Sample projects are in the examples folder of the install directory.",
"The build is not code-signed, so SmartScreen may warn on first run.",
"The mesa folder holds a software OpenGL renderer used automatically on a machine with no usable GPU driver. Do not delete it."
],
"checkver": {
"github": "https://github.com/mf4633/stormsewer"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/mf4633/stormsewer/releases/download/v$version/StormSewer-windows-x64.zip"
}
}
}
}