Skip to content

Commit

Permalink
daggerfallunity: Add version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mundifex committed Jul 4, 2024
1 parent 34c1116 commit e115fea
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions bucket/daggerfallunity.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"version": "1.1.1",
"description": "Open source recreation of Daggerfall in the Unity engine",
"homepage": "https://github.com/Interkarma/daggerfall-unity",
"license": "MIT",
"architecture": {
"32bit": {
"url": "https://github.com/Interkarma/daggerfall-unity/releases/download/v1.1.1/dfu_windows_32bit-v1.1.1.zip",
"hash": "fe9b7c5a2949805f4a4840ed9d4e800e6de7b5bad97c829b9b78254dcb34ab1e"
},
"64bit": {
"url": "https://github.com/Interkarma/daggerfall-unity/releases/download/v1.1.1/dfu_windows_64bit-v1.1.1.zip",
"hash": "a2584d57e7d9b0ba3cdde9b75b0db2a818b5327af657b2833c03759148fe557e"
}
},
"shortcuts": [
[
"DaggerfallUnity.exe",
"Daggerfall Unity"
]
],
"checkver": "github",
"autoupdate": {
"architecture": {
"32bit": {
"url": "https://github.com/Interkarma/daggerfall-unity/releases/download/v$version/dfu_windows_32bit-v$version.zip"
},
"64bit": {
"url": "https://github.com/Interkarma/daggerfall-unity/releases/download/v$version/dfu_windows_64bit-v$version.zip"
}
}
}
}

0 comments on commit e115fea

Please sign in to comment.