mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-02 01:36:12 +00:00
Use the correct extension for the non-node core download
This commit is contained in:
parent
88b3be3e30
commit
6a2e86cf93
@ -22,7 +22,7 @@ if [ "$1" = 'node' ]; then
|
||||
fi
|
||||
else
|
||||
CORE_DIR='core'
|
||||
CORE_DOWNLOAD_FILE="realm-core-$REALM_CORE_VERSION.tar.bz2"
|
||||
CORE_DOWNLOAD_FILE="realm-core-$REALM_CORE_VERSION.tar.xz"
|
||||
fi
|
||||
|
||||
# Start current working directory at the root of the project.
|
||||
|
Loading…
x
Reference in New Issue
Block a user