diff --git a/build.sh b/build.sh index a1a54ed..3d97124 100644 --- a/build.sh +++ b/build.sh @@ -77,7 +77,7 @@ mkdir -p ../tmp/lua find . -type f -name '*.lua' | while read absfile; do file="lua/$absfile" echo "Compiling $file..." - luac52 -o "../tmp/$file.luac" "$absfile" && ( + luac5.2 -o "../tmp/$file.luac" "$absfile" && ( rm "/tmp/$file" mv "/tmp/$file.luac" "/tmp/$file" ) || (