mirror of
https://github.com/status-im/realm-js.git
synced 2025-02-08 12:45:20 +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
|
fi
|
||||||
else
|
else
|
||||||
CORE_DIR='core'
|
CORE_DIR='core'
|
||||||
CORE_DOWNLOAD_FILE="realm-core-$REALM_CORE_VERSION.tar.bz2"
|
CORE_DOWNLOAD_FILE="realm-core-$REALM_CORE_VERSION.tar.xz"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Start current working directory at the root of the project.
|
# Start current working directory at the root of the project.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user