mirror of
https://github.com/flathub/org.ryujinx.Ryujinx.git
synced 2025-09-09 16:42:13 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user