Remove left over canary bash files and fixed headless name artifacts for macos

This commit is contained in:
GabCoolGuy
2024-11-21 16:31:44 +01:00
parent 1323b52091
commit 809d2680f7
3 changed files with 1 additions and 226 deletions

View File

@@ -21,7 +21,7 @@ CONFIGURATION=$7
CANARY=$8
if [ "$CANARY" == "1" ]; then
RELEASE_TAR_FILE_NAME=nogui-ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.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.app.tar
else