1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-08-23 06:16:26 -05:00

infra: We don't need to create test-ava archives for macOS either

This commit is contained in:
reggie
2024-10-22 10:37:14 -05:00
committed by GitHub
parent 6253fe143a
commit 68092bf00b

View File

@@ -110,10 +110,10 @@ gzip -9 < "$RELEASE_TAR_FILE_NAME" > "$RELEASE_TAR_FILE_NAME.gz"
rm "$RELEASE_TAR_FILE_NAME"
# Create legacy update package for Avalonia to not left behind old testers.
if [ "$VERSION" != "1.1.0" ];
then
cp $RELEASE_TAR_FILE_NAME.gz test-ava-ryujinx-$VERSION-macos_universal.app.tar.gz
fi
#if [ "$VERSION" != "1.1.0" ];
#then
# cp $RELEASE_TAR_FILE_NAME.gz test-ava-ryujinx-$VERSION-macos_universal.app.tar.gz
#fi
popd