Add more mentions of canary #258

Merged
GabCoolDude merged 34 commits from canarymention into master 2024-11-21 18:34:53 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 272197bca7 - Show all commits

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