mirror of
https://github.com/GreemDev/Ryujinx
synced 2024-11-24 02:37:09 +01:00
Print canary var to try and see what's wrong
This commit is contained in:
parent
de1d29eb94
commit
467c3d0fba
2 changed files with 4 additions and 0 deletions
|
@ -21,6 +21,8 @@ CONFIGURATION=$7
|
|||
EXTRA_ARGS=$8
|
||||
CANARY=$9
|
||||
|
||||
printf "$CANARY"
|
||||
|
||||
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
||||
then
|
||||
RELEASE_TAR_FILE_NAME=ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
||||
|
|
|
@ -21,6 +21,8 @@ CONFIGURATION=$7
|
|||
EXTRA_ARGS=$8
|
||||
CANARY=$9
|
||||
|
||||
printf "$CANARY"
|
||||
|
||||
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
||||
then
|
||||
RELEASE_TAR_FILE_NAME=nogui-ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
||||
|
|
Loading…
Reference in a new issue