please for the love of capybaras
This commit is contained in:
parent
dfff0a1c58
commit
272197bca7
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user