Skip to content

Commit

Permalink
otto-matic: Add version 4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
404NetworkError committed Mar 23, 2024
1 parent 1f1602b commit e68e9ec
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/otto-matic.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "4.0.1",
"description": "Multi-platform port of the Mac OS-only game Otto Matic",
"homepage": "https://pangeasoft.net/otto/",
"license": "CC-BY-NC-SA-4.0",
"architecture": {
"64bit": {
"url": "https://github.com/jorio/OttoMatic/releases/download/4.0.1/OttoMatic-4.0.1-windows-x64.zip",
"hash": "974a8cebcc25c6c691bdd8461b78a5410a74771c56a7b1c1234cae7da8f7cfa1"
}
},
"extract_dir": "OttoMatic-4.0.1",
"shortcuts": [
[
"OttoMatic.exe",
"Otto Matic"
]
],
"checkver": {
"github": "https://github.com/jorio/OttoMatic/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/jorio/OttoMatic/releases/download/$version/OttoMatic-$version-windows-x64.zip",
"extract_dir": "OttoMatic-$version"
}
}
}
}

0 comments on commit e68e9ec

Please sign in to comment.