Skip to content

Commit

Permalink
[email protected]: Fix version string in autoupdate url, update to versi…
Browse files Browse the repository at this point in the history
…on 1.2.78 (#1298)

* fix: Ryujinx autoupdate url release artefact version number

* ryujinx: update to version 1.2.78
  • Loading branch information
Nachtalb authored Dec 23, 2024
1 parent 86a17ab commit 0eb0a3e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bucket/ryujinx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.76",
"version": "1.2.78",
"description": "A simple, experimental Nintendo Switch emulator",
"homepage": "https://github.com/GreemDev/Ryujinx",
"license": {
Expand All @@ -12,8 +12,8 @@
],
"architecture": {
"64bit": {
"url": "https://github.com/GreemDev/Ryujinx/releases/download/1.2.76/ryujinx-1.2.76-win_x64.zip",
"hash": "d94be8369f739252f33e4271cd9af05c7a59d52de5d8f407d066bbef8780f8b0"
"url": "https://github.com/GreemDev/Ryujinx/releases/download/1.2.78/ryujinx-1.2.78-win_x64.zip",
"hash": "c479027e01bf3b0953a9bafd705e73ceb3fb7dbbc511e4fecce4555b74fa9202"
}
},
"extract_dir": "publish",
Expand Down Expand Up @@ -41,7 +41,7 @@
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/GreemDev/Ryujinx/releases/download/$version/ryujinx-1.2.76-win_x64.zip"
"url": "https://github.com/GreemDev/Ryujinx/releases/download/$version/ryujinx-$version-win_x64.zip"
}
}
}
Expand Down

0 comments on commit 0eb0a3e

Please sign in to comment.