mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2024-11-21 09:35: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,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"
|
||||
echo "Done"
|
||||
|
|
Loading…
Reference in a new issue