Add more mentions of canary #258

Merged
GabCoolDude merged 34 commits from canarymention into master 2024-11-21 18:34:53 +00:00
GabCoolDude commented 2024-11-17 00:07:23 +00:00 (Migrated from github.com)

This should hopefully make it clearer whether or not you're using canary.

Changelog:

  • Changed github workflows to have "canary" in the zip files
  • Added App.FullAppName in the about section, so that it's clear in there too
  • Changed log name for canary builds to Ryujinx_Canary_{version}_{DateTime.Now:yyyy-MM-dd_HH-mm-ss}.log (normal builds should still be "Ryujinx_{version}_{DateTime.Now:yyyy-MM-dd_HH-mm-ss}.log)
This should hopefully make it clearer whether or not you're using canary. Changelog: - Changed github workflows to have "canary" in the zip files - Added `App.FullAppName` in the about section, so that it's clear in there too - Changed log name for canary builds to `Ryujinx_Canary_{version}_{DateTime.Now:yyyy-MM-dd_HH-mm-ss}.log` (normal builds should still be "Ryujinx_{version}_{DateTime.Now:yyyy-MM-dd_HH-mm-ss}.log)
github-actions[bot] commented 2024-11-17 00:15:57 +00:00 (Migrated from github.com)
Download the artifacts for this pull request: * [ryujinx-Release-1.2.0+69e93a7-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219947012.zip) * [ryujinx-Release-1.2.0+69e93a7-linux_arm64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219947153.zip) * [ryujinx-Release-1.2.0+69e93a7-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219956722.zip) * [ryujinx-Release-1.2.0+69e93a7-linux_x64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219956970.zip) * [ryujinx-Release-1.2.0+69e93a7-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219965239.zip) * [ryujinx-Release-1.2.0+69e93a7-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219974800.zip) <details><summary>GUI-less</summary> * [nogui-ryujinx-Release-1.2.0+69e93a7-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219947353.zip) * [nogui-ryujinx-Release-1.2.0+69e93a7-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219957296.zip) * [nogui-ryujinx-Release-1.2.0+69e93a7-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219965435.zip) * [nogui-ryujinx-Release-1.2.0+69e93a7-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219975167.zip) </details> <details><summary>Only for Developers</summary> * [ryujinx-Debug-1.2.0+69e93a7-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219948092.zip) * [ryujinx-Debug-1.2.0+69e93a7-linux_arm64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219948239.zip) * [nogui-ryujinx-Debug-1.2.0+69e93a7-linux_arm64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219948397.zip) * [ryujinx-Debug-1.2.0+69e93a7-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219961265.zip) * [ryujinx-Debug-1.2.0+69e93a7-linux_x64-AppImage](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219961511.zip) * [nogui-ryujinx-Debug-1.2.0+69e93a7-linux_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219961799.zip) * [ryujinx-Debug-1.2.0+69e93a7-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219966610.zip) * [nogui-ryujinx-Debug-1.2.0+69e93a7-macos_universal](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219966786.zip) * [ryujinx-Debug-1.2.0+69e93a7-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219979368.zip) * [nogui-ryujinx-Debug-1.2.0+69e93a7-win_x64](https://nightly.link/GreemDev/Ryujinx/actions/artifacts/2219979591.zip) </details>
GabCoolDude commented 2024-11-17 00:23:47 +00:00 (Migrated from github.com)

Changed this PR to draft until i figure out how to fix the macos canary workflows

Changed this PR to draft until i figure out how to fix the macos canary workflows
GabCoolDude commented 2024-11-20 19:39:55 +00:00 (Migrated from github.com)

Changed to draft until i figure out a way to change the macos release artifacts's names without adding 2 whole new files

Changed to draft until i figure out a way to change the macos release artifacts's names without adding 2 whole new files
GabCoolDude commented 2024-11-21 16:18:44 +00:00 (Migrated from github.com)

Removed about 300 lines of code compared to previous versions of the PR. This was done by checking if the build is canary in create_macos_build.sh and in create_macos_build_headless.sh instead of in additional canary bash files.

Removed about 300 lines of code compared to previous versions of the PR. This was done by checking if the build is canary in `create_macos_build.sh` and in `create_macos_build_headless.sh` instead of in additional canary bash files.
GreemDev (Migrated from github.com) reviewed 2024-11-21 16:20:59 +00:00
GreemDev (Migrated from github.com) commented 2024-11-21 16:20:49 +00:00

Remove this accidental using

Remove this accidental using
GreemDev (Migrated from github.com) approved these changes 2024-11-21 16:43:44 +00:00
Sign in to join this conversation.
No description provided.