mirror of
https://github.com/flathub/org.ryujinx.Ryujinx.git
synced 2025-09-09 08:32:42 +00:00
Set up end-of-life handling (#187)
* Add end-of-life notice. * Disable source update checker * Move to ryujinx-mirror repo
This commit is contained in:
parent
887e33a0ee
commit
4432924b53
@ -1,3 +1,5 @@
|
||||
{
|
||||
"only-arches": ["x86_64", "aarch64"]
|
||||
"only-arches": ["x86_64", "aarch64"],
|
||||
"end-of-life": "This application is no longer maintained.",
|
||||
"disable-external-data-checker": true
|
||||
}
|
||||
|
@ -1,10 +1,10 @@
|
||||
app-id: org.ryujinx.Ryujinx
|
||||
runtime: org.freedesktop.Platform
|
||||
runtime-version: '23.08'
|
||||
runtime-version: '24.08'
|
||||
sdk: org.freedesktop.Sdk
|
||||
add-extensions:
|
||||
org.freedesktop.Platform.ffmpeg-full:
|
||||
version: '23.08'
|
||||
version: '24.08'
|
||||
directory: lib/ffmpeg
|
||||
add-ld-path: .
|
||||
finish-args:
|
||||
@ -89,7 +89,7 @@ modules:
|
||||
pattern: https://dotnetcli.azureedge.net/dotnet/Sdk/^([\d\.a-z-]+)$/dotnet-sdk-^([\d\.a-z-]+)$-linux-arm64.tar.gz
|
||||
- nuget_sources.json
|
||||
- type: git
|
||||
url: https://github.com/Ryujinx/Ryujinx.git
|
||||
url: https://github.com/ryujinx-mirror/Ryujinx.git
|
||||
commit: a2c003501371463fd1f98d2e5a7602ae19c21d7c
|
||||
- type: file
|
||||
path: ryujinx-wrapper
|
||||
|
Loading…
x
Reference in New Issue
Block a user