mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
Merge cfdd1ebdb3
into 3d22b738d8
This commit is contained in:
commit
f193fac6d5
1 changed files with 1 additions and 1 deletions
|
@ -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-24_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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue