mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-22 01:55:10 +00:00
infra: We don't need to create test-ava
archives for macOS either
This commit is contained in:
parent
6253fe143a
commit
68092bf00b
1 changed files with 5 additions and 5 deletions
|
@ -110,10 +110,10 @@ gzip -9 < "$RELEASE_TAR_FILE_NAME" > "$RELEASE_TAR_FILE_NAME.gz"
|
||||||
rm "$RELEASE_TAR_FILE_NAME"
|
rm "$RELEASE_TAR_FILE_NAME"
|
||||||
|
|
||||||
# Create legacy update package for Avalonia to not left behind old testers.
|
# Create legacy update package for Avalonia to not left behind old testers.
|
||||||
if [ "$VERSION" != "1.1.0" ];
|
#if [ "$VERSION" != "1.1.0" ];
|
||||||
then
|
#then
|
||||||
cp $RELEASE_TAR_FILE_NAME.gz test-ava-ryujinx-$VERSION-macos_universal.app.tar.gz
|
# cp $RELEASE_TAR_FILE_NAME.gz test-ava-ryujinx-$VERSION-macos_universal.app.tar.gz
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue