mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-24 10:46:54 +01:00
attempt 2
fixed bad syntax
This commit is contained in:
parent
77fc9348b9
commit
c3631dc263
2 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,7 @@ 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" && "$CANARY" == 0 ];
|
||||
then
|
||||
RELEASE_TAR_FILE_NAME=ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
||||
else
|
||||
RELEASE_TAR_FILE_NAME=ryujinx-$VERSION-macos_universal.app.tar
|
||||
|
|
|
@ -26,6 +26,7 @@ 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" && "$CANARY" == 0 ];
|
||||
then
|
||||
RELEASE_TAR_FILE_NAME=ryujinx-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
||||
else
|
||||
RELEASE_TAR_FILE_NAME=ryujinx-$VERSION-macos_universal.app.tar
|
||||
|
|
Loading…
Reference in a new issue