Merge branch 'stable'

This commit is contained in:
Evgeny Poberezkin
2025-07-12 19:42:23 +01:00

View File

@@ -20,7 +20,7 @@ fi
if [ $PLATFORM == "Darwin" ]; then
PLATFORM="macos-x86-64"
elif [ $PLATFORM == "Linux" ]; then
PLATFORM="ubuntu-20_04-x86-64"
PLATFORM="ubuntu-22_04-x86-64"
else
echo "Scripted installation on your platform is not supported."
echo "See compiled binaries in the ${1:-latest} release: https://github.com/$APP_NAME/$APP_NAME/releases/$RELEASE"