Update to 1.1.1070

This commit is contained in:
RyujinxBot 2023-11-05 11:38:05 +00:00
parent 2969b2dd8e
commit 576fd5c58c
2 changed files with 72 additions and 71 deletions

View File

@ -47,6 +47,7 @@
</screenshot> </screenshot>
</screenshots> </screenshots>
<releases> <releases>
<release version="1.1.1070" date="2023-11-05"/>
<release version="1.1.1069" date="2023-11-01"/> <release version="1.1.1069" date="2023-11-01"/>
<release version="1.1.1068" date="2023-10-31"/> <release version="1.1.1068" date="2023-10-31"/>
<release version="1.1.1067" date="2023-10-30"/> <release version="1.1.1067" date="2023-10-30"/>

View File

@ -8,18 +8,18 @@ add-extensions:
directory: lib/ffmpeg directory: lib/ffmpeg
add-ld-path: . add-ld-path: .
finish-args: finish-args:
- --share=ipc - --share=ipc
- --socket=x11 - --socket=x11
- --device=all - --device=all
- --socket=pulseaudio - --socket=pulseaudio
- --share=network - --share=network
- --filesystem=home:ro - --filesystem=home:ro
- --filesystem=xdg-run/app/com.discordapp.Discord:create - --filesystem=xdg-run/app/com.discordapp.Discord:create
- --filesystem=xdg-config/gtk-3.0:ro - --filesystem=xdg-config/gtk-3.0:ro
rename-icon: ryujinx rename-icon: ryujinx
command: ryujinx-wrapper command: ryujinx-wrapper
modules: modules:
- name: Ryujinx - name: Ryujinx
buildsystem: simple buildsystem: simple
build-options: build-options:
no-debuginfo: true no-debuginfo: true
@ -33,7 +33,7 @@ modules:
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.1069 RYUJINX_VERSION: 1.1.1070
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
@ -77,7 +77,7 @@ modules:
- nuget_sources.json - nuget_sources.json
- type: git - type: git
url: https://github.com/Ryujinx/Ryujinx.git url: https://github.com/Ryujinx/Ryujinx.git
commit: 7b62f7475eae8cfef82f7a60d45aaef55c1efde7 commit: 617c5700ca520d80fd25fc0fc9f2389394a46150
- type: file - type: file
path: ryujinx-wrapper path: ryujinx-wrapper
- type: file - type: file