mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00: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
|
EXTRA_ARGS=$8
|
||||||
CANARY=$9
|
CANARY=$9
|
||||||
|
|
||||||
|
printf "$CANARY"
|
||||||
|
|
||||||
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
||||||
then
|
then
|
||||||
RELEASE_TAR_FILE_NAME=ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
RELEASE_TAR_FILE_NAME=ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
||||||
|
|
|
||||||
|
|
@ -21,6 +21,8 @@ CONFIGURATION=$7
|
||||||
EXTRA_ARGS=$8
|
EXTRA_ARGS=$8
|
||||||
CANARY=$9
|
CANARY=$9
|
||||||
|
|
||||||
|
printf "$CANARY"
|
||||||
|
|
||||||
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
if [ "$VERSION" == "1.1.0" ] || [ "$CANARY" == 1 ];
|
||||||
then
|
then
|
||||||
RELEASE_TAR_FILE_NAME=nogui-ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
RELEASE_TAR_FILE_NAME=nogui-ryujinx-canary-$CONFIGURATION-$VERSION+$SOURCE_REVISION_ID-macos_universal.app.tar
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue