diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f2bebc77f..f1e2bc1c7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,7 +17,7 @@ concurrency: release env: POWERSHELL_TELEMETRY_OPTOUT: 1 DOTNET_CLI_TELEMETRY_OPTOUT: 1 - RYUJINX_BASE_VERSION: "1.1" + RYUJINX_BASE_VERSION: "1.2" RYUJINX_TARGET_RELEASE_CHANNEL_NAME: "master" RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: "Ryujinx" RYUJINX_TARGET_RELEASE_CHANNEL_REPO: "release-channel-master" @@ -53,7 +53,6 @@ jobs: omitBodyDuringUpdate: true owner: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_OWNER }} repo: ${{ env.RYUJINX_TARGET_RELEASE_CHANNEL_REPO }} - token: ${{ secrets.RELEASE_TOKEN }} release: name: Release for ${{ matrix.platform.name }} diff --git a/README.md b/README.md index 706c14196..71e51e0ff 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@


- Ryujinx + Ryujinx
Ryujinx
@@ -12,7 +12,7 @@ Ryujinx is an open-source Nintendo Switch emulator, created by gdkchan, written in C#. This emulator aims at providing excellent accuracy and performance, a user-friendly interface and consistent builds. It was written from scratch and development on the project began in September 2017. - Ryujinx is available on Github under the MIT license. + Ryujinx is available on Github under the MIT license.

@@ -81,7 +81,7 @@ Make sure your SDK version is higher or equal to the required version specified ### Step 2 -Either use `git clone https://github.com/Ryujinx/Ryujinx` on the command line to clone the repository or use Code --> Download zip button to get the files. +Either use `git clone https://github.com/mantazzo/Ryujinx-Test` on the command line to clone the repository or use Code --> Download zip button to get the files. ### Step 3 @@ -137,7 +137,7 @@ This folder is located in the user folder, which can be accessed by clicking `Op ## Contact -If you have contributions, suggestions, need emulator support or just want to get in touch with the team, join our [Discord server](https://discord.com/invite/Ryujinx). +If you have contributions, suggestions, need emulator support or just want to get in touch with the team, join our [Discord server](https://discord.com/invite/Ryujinx) (currently not working). You may also review our [FAQ](https://github.com/Ryujinx/Ryujinx/wiki/Frequently-Asked-Questions). ## Donations diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 000000000..a3a165acd Binary files /dev/null and b/img/logo.png differ