b27c736866
Fix #64: null updates sent to the updates handler Fix gradle import issue (#61) by rewriting the maven dependency structure, and adding a BOM to being able to keep the natives version in sync with tdlight-java version Fix #63 by adding the required dependencies for windows, linux and macOS in the README.md
10 lines
124 B
Bash
10 lines
124 B
Bash
#!/bin/bash -e
|
|
set -e
|
|
# OTHER REQUIRED ENVIRONMENT VARIABLES:
|
|
|
|
cd ./scripts/core/
|
|
./deploy_snapshot.sh
|
|
|
|
echo "Done."
|
|
exit 0
|