please for the love of capybaras

This commit is contained in:
GabCoolGuy 2024-11-21 14:23:37 +01:00
parent dfff0a1c58
commit 272197bca7
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ CANARY=$8
printf "Canary var: %s" "$CANARY \n"
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ]; then
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == "1" ]; then
RELEASE_TAR_FILE_NAME=ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
elif [ "$VERSION" == "1.1.0" ]; then
RELEASE_TAR_FILE_NAME=ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar

View File

@ -22,7 +22,7 @@ CANARY=$8
printf "Canary var: %s" "$CANARY \n"
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ]; then
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == "1" ]; then
RELEASE_TAR_FILE_NAME=nogui-ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-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