0.12.3: Correct launch optimization, fix local file deletion bug on failed run start.

This commit is contained in:
2021-03-04 14:24:55 +09:00
parent 01884f3bd4
commit 26a2a0fe5d
57 changed files with 64 additions and 48 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
# A convenience script that will download the ZX installer, unpack it, and clean up.
# For maximum portability this script uses the gzipped package version.
version=0.11.6
version=0.12.3
zx="zx-$version"
tarball="$zx.tar.gz"
+1 -1
View File
@@ -11,7 +11,7 @@ export ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$ZX_VERSION"
start_dir="$PWD"
cd "$ZX_DIR"
if [ ! -f ebin/zx.erl ]
if [ ! -f ebin/zx.beam ]
then
chmod +x make_zx
./make_zx
+1 -1
View File
@@ -11,7 +11,7 @@ export ZX_DIR="$ZOMP_DIR/lib/otpr/zx/$ZX_VERSION"
start_dir="$PWD"
cd "$ZX_DIR"
if [ ! -f ebin/zx.erl ]
if [ ! -f ebin/zx.beam ]
then
chmod +x make_zx
./make_zx