Update to 1.1.1190
This commit is contained in:
parent
ef3a9e7fb4
commit
20181b24b7
3 changed files with 10 additions and 2 deletions
|
@ -160,6 +160,13 @@
|
|||
"dest": "nuget-sources",
|
||||
"dest-filename": "microsoft.netcore.app.host.win-x64.8.0.1.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/microsoft.netcore.app.host.linux-x64/8.0.1/microsoft.netcore.app.host.linux-x64.8.0.1.nupkg",
|
||||
"sha512": "9e97cde7bba8581f964ae252bcd2c23d9bff75b65c5ea20eaaea2839e96c72c8b51f9410079739d9e693b022f241d33dad8742c8d5f72c5e2cbc5aa7fa003491",
|
||||
"dest": "nuget-sources",
|
||||
"dest-filename": "microsoft.netcore.app.host.linux-x64.8.0.1.nupkg"
|
||||
},
|
||||
{
|
||||
"type": "file",
|
||||
"url": "https://api.nuget.org/v3-flatcontainer/system.management/8.0.0/system.management.8.0.0.nupkg",
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
</screenshot>
|
||||
</screenshots>
|
||||
<releases>
|
||||
<release version="1.1.1190" date="2024-02-11"/>
|
||||
<release version="1.1.1189" date="2024-02-11"/>
|
||||
<release version="1.1.1188" date="2024-02-11"/>
|
||||
<release version="1.1.1187" date="2024-02-11"/>
|
||||
|
|
|
@ -33,7 +33,7 @@ modules:
|
|||
PKG_CONFIG_PATH: /app/lib/pkgconfig:/app/share/pkgconfig:/usr/lib/pkgconfig:/usr/share/pkgconfig
|
||||
DOTNET_CLI_TELEMETRY_OPTOUT: 'true'
|
||||
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: 'true'
|
||||
RYUJINX_VERSION: 1.1.1189
|
||||
RYUJINX_VERSION: 1.1.1190
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: flathub
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: org.ryujinx.Ryujinx
|
||||
RYUJINX_TARGET_RELEASE_CHANNEL_NAME: master
|
||||
|
@ -78,7 +78,7 @@ modules:
|
|||
- nuget_sources.json
|
||||
- type: git
|
||||
url: https://github.com/Ryujinx/Ryujinx.git
|
||||
commit: cf6201a4a69875f3908bfe98353e19ba1668a932
|
||||
commit: baf94e0e3e8c9140764b5109a2912a5e3cd9cb63
|
||||
- type: file
|
||||
path: ryujinx-wrapper
|
||||
- type: file
|
||||
|
|
Loading…
Reference in a new issue