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:
Florian Piesche 2025-01-16 15:25:36 +00:00 committed by GitHub
parent 887e33a0ee
commit 4432924b53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 4 deletions

View File

@ -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
} }

View File

@ -1,10 +1,10 @@
app-id: org.ryujinx.Ryujinx app-id: org.ryujinx.Ryujinx
runtime: org.freedesktop.Platform runtime: org.freedesktop.Platform
runtime-version: '23.08' runtime-version: '24.08'
sdk: org.freedesktop.Sdk sdk: org.freedesktop.Sdk
add-extensions: add-extensions:
org.freedesktop.Platform.ffmpeg-full: org.freedesktop.Platform.ffmpeg-full:
version: '23.08' version: '24.08'
directory: lib/ffmpeg directory: lib/ffmpeg
add-ld-path: . add-ld-path: .
finish-args: 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 pattern: https://dotnetcli.azureedge.net/dotnet/Sdk/^([\d\.a-z-]+)$/dotnet-sdk-^([\d\.a-z-]+)$-linux-arm64.tar.gz
- nuget_sources.json - nuget_sources.json
- type: git - type: git
url: https://github.com/Ryujinx/Ryujinx.git url: https://github.com/ryujinx-mirror/Ryujinx.git
commit: a2c003501371463fd1f98d2e5a7602ae19c21d7c commit: a2c003501371463fd1f98d2e5a7602ae19c21d7c
- type: file - type: file
path: ryujinx-wrapper path: ryujinx-wrapper