Compare commits

..

29 Commits

Author SHA1 Message Date
GabCoolGuy
809d2680f7 Remove left over canary bash files and fixed headless name artifacts for macos 2024-11-21 16:31:44 +01:00
GabCoolGuy
1323b52091 Final cleanup 2024-11-21 16:17:12 +01:00
GabCoolGuy
9e2f3816da added missing canary argument to launch options for macos 2024-11-21 16:03:23 +01:00
GabCoolGuy
e694afe74e maybe i should stop naming my commits like this but im tired 2024-11-21 15:04:30 +01:00
GabCoolGuy
fa64ce7510 aaaaa 2024-11-21 14:58:28 +01:00
GabCoolGuy
a7e34045eb i'm tired boss 2024-11-21 14:51:47 +01:00
GabCoolGuy
272197bca7 please for the love of capybaras 2024-11-21 14:23:37 +01:00
GabCoolGuy
dfff0a1c58 AAAAAAAAAAA 2024-11-21 13:01:04 +01:00
GabCoolGuy
58cfffd14d HOPEFULLY I DID THIS RIGHT
i think i added the canary variable
2024-11-21 12:58:33 +01:00
GabCoolGuy
1f694aa424 ubjkb 2024-11-21 12:31:55 +01:00
GabCoolGuy
fd8df4f64f oops 2024-11-21 09:27:49 +01:00
GabCoolGuy
467c3d0fba Print canary var to try and see what's wrong 2024-11-21 09:25:16 +01:00
GabCoolGuy
de1d29eb94 Replace && op with || to hopefully fix macos artifacts's names, also hopefully fixed headless macos artifacts just not getting published 2024-11-21 08:22:11 +01:00
GabCoolGuy
3a1c884bec Fix faulty if statement formatting
This should make it so that macos builds compile like intended
2024-11-21 08:08:24 +01:00
GabCoolGuy
20644368af Merge remote-tracking branch 'origin/canarymention' into canarymention
# Conflicts:
#	distribution/macos/create_macos_build_ava.sh
#	distribution/macos/create_macos_build_headless.sh
2024-11-20 22:18:44 +01:00
GabCoolGuy
c3631dc263 attempt 2
fixed bad syntax
2024-11-20 22:17:42 +01:00
GabCoolGuy
77fc9348b9 Attempt to check if canary in create_macos_build_ava.sh and in create_macos_build_ava_headless.sh instead of in seperate files
This helps keeping things concise and should maybe work well idk
2024-11-20 22:12:57 +01:00
GabCoolGuy
f6d4580155 Attempt to check if canary in create_macos_build_ava.sh and in create_macos_build_ava_headless.sh instead of in seperate files
This helps keeping things concise and should maybe work well idk
2024-11-20 22:11:05 +01:00
GabCoolGuy
fbd9a441fb zfaazfqsf 2024-11-20 20:06:57 +01:00
GabCoolGuy
a241dc4b8a Merge branch 'master' into canarymention 2024-11-20 20:04:03 +01:00
GabCoolGuy
294507a2e4 Merge remote-tracking branch 'origin/canarymention' into canarymention 2024-11-20 20:03:22 +01:00
GabCoolGuy
8cbcf15d0a Change headless to nogui 2024-11-20 20:02:53 +01:00
Evan Husted
82cf5c8e95 Merge branch 'master' into canarymention 2024-11-19 08:29:55 -06:00
GabCoolGuy
ef78e1bf19 Merge remote-tracking branch 'origin/canarymention' into canarymention 2024-11-17 11:54:04 +01:00
GabCoolGuy
8dd78b4fb7 Changed Ryujinx Canary to Ryujinx_Canary to follow nearby formatting in FileLogTarget.cs 2024-11-17 11:53:32 +01:00
GabCoolGuy
2c9e59365d Merge branch 'GreemDev:master' into canarymention 2024-11-17 10:09:08 +01:00
GabCoolGuy
eba93a3d66 Attempt to fix macos canary workflows 2024-11-17 01:35:28 +01:00
GabCoolGuy
75a4403cf1 Added canary in canary logs 2024-11-17 01:04:43 +01:00
GabCoolGuy
e47487902e Added more mentions of canary
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
2024-11-17 00:36:21 +01:00
6 changed files with 9 additions and 5 deletions

View File

@@ -8,6 +8,7 @@ env:
DOTNET_CLI_TELEMETRY_OPTOUT: 1
RYUJINX_BASE_VERSION: "1.2.0"
RELEASE: 0
CANARY: 0
jobs:
build:

View File

@@ -25,6 +25,7 @@ env:
RYUJINX_TARGET_RELEASE_CHANNEL_SOURCE_REPO: "Ryujinx"
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: "Ryujinx-Canary"
RELEASE: 1
CANARY: 1
jobs:
tag:

View File

@@ -24,6 +24,7 @@ env:
RYUJINX_TARGET_RELEASE_CHANNEL_OWNER: "GreemDev"
RYUJINX_TARGET_RELEASE_CHANNEL_REPO: "Ryujinx"
RELEASE: 1
CANARY: 0
jobs:
tag:

View File

@@ -42,7 +42,7 @@
Guides and documentation can be found on the <a href="https://github.com/GreemDev/Ryujinx/wiki">Wiki tab</a>.
</p>
<p align="center">
If you would like a more preservative fork of Ryujinx, check out <a href="https://github.com/ryujinx-mirror/ryujinx">ryujinx-mirror</a>.
If you would like a version more preservative fork of Ryujinx, check out <a href="https://github.com/ryujinx-mirror/ryujinx">ryujinx-mirror</a>.
</p>
<p align="center">

View File

@@ -21,11 +21,11 @@ CONFIGURATION=$7
CANARY=$8
if [ "$CANARY" == "1" ]; then
RELEASE_TAR_FILE_NAME=nogui-ryujinx-canary-$VERSION-macos_universal.tar
RELEASE_TAR_FILE_NAME=nogui-ryujinx-canary-$VERSION-macos_universal.app.tar
elif [ "$VERSION" == "1.1.0" ]; then
RELEASE_TAR_FILE_NAME=nogui-ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.tar
RELEASE_TAR_FILE_NAME=nogui-ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
else
RELEASE_TAR_FILE_NAME=nogui-ryujinx-$VERSION-macos_universal.tar
RELEASE_TAR_FILE_NAME=nogui-ryujinx-$VERSION-macos_universal.app.tar
fi
ARM64_OUTPUT="$TEMP_DIRECTORY/publish_arm64"
@@ -57,7 +57,7 @@ mkdir -p "$OUTPUT_DIRECTORY"
cp -R "$ARM64_OUTPUT/" "$UNIVERSAL_OUTPUT"
rm "$UNIVERSAL_OUTPUT/$EXECUTABLE_SUB_PATH"
# Make its libraries universal
# Make it libraries universal
python3 "$BASE_DIR/distribution/macos/construct_universal_dylib.py" "$ARM64_OUTPUT" "$X64_OUTPUT" "$UNIVERSAL_OUTPUT" "**/*.dylib"
if ! [ -x "$(command -v lipo)" ];

View File

@@ -2,6 +2,7 @@ using Ryujinx.Common.Logging.Formatters;
using System;
using System.IO;
using System.Linq;
using System.Net.Mime;
namespace Ryujinx.Common.Logging.Targets
{