mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
RYUJINX: fixed wrong indentation + version update
This commit is contained in:
parent
283706e61d
commit
e41f7fb0c5
|
@ -1179,14 +1179,14 @@ modules:
|
||||||
no-debuginfo-compression: true
|
no-debuginfo-compression: true
|
||||||
strip: false
|
strip: false
|
||||||
arch:
|
arch:
|
||||||
x86_64:
|
x86_64:
|
||||||
env:
|
env:
|
||||||
RUNTIME: linux-x64
|
RUNTIME: linux-x64
|
||||||
env:
|
env:
|
||||||
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||||
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
||||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
||||||
RYUJINX_VERSION: 1.1.999
|
RYUJINX_VERSION: 1.1.1000
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
||||||
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
||||||
|
@ -1224,7 +1224,7 @@ modules:
|
||||||
- rd-submodules/ryujinx/nuget_sources.json
|
- rd-submodules/ryujinx/nuget_sources.json
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/Ryujinx/Ryujinx.git
|
url: https://github.com/Ryujinx/Ryujinx.git
|
||||||
commit: 7f96dbc0242f169caeb8461237bc01a23c115f56
|
commit: cd7b52f995690505cdb0bc65d06236c18dd06b89
|
||||||
- type: file
|
- type: file
|
||||||
path: rd-submodules/ryujinx/ryujinx-wrapper
|
path: rd-submodules/ryujinx/ryujinx-wrapper
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue