From 68092bf00b87c208d8d2b8d4942689926e276c0f Mon Sep 17 00:00:00 2001 From: reggie Date: Tue, 22 Oct 2024 10:37:14 -0500 Subject: [PATCH] infra: We don't need to create `test-ava` archives for macOS either --- distribution/macos/create_macos_build_ava.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/distribution/macos/create_macos_build_ava.sh b/distribution/macos/create_macos_build_ava.sh index 971bd984..70bb9e18 100755 --- a/distribution/macos/create_macos_build_ava.sh +++ b/distribution/macos/create_macos_build_ava.sh @@ -110,11 +110,11 @@ 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 -echo "Done" \ No newline at end of file +echo "Done"