ksr-express
This commit is contained in:
7
projects/ksr-express/test.sh
Normal file
7
projects/ksr-express/test.sh
Normal file
@@ -0,0 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
if [ ! -d node_modules ]; then
|
||||
$(haxelib libpath kiss)/build-scripts/dts2hx-externs/regenerate.sh
|
||||
fi
|
||||
|
||||
haxe -D cards="$(pwd)/$1" -D engine="ksr_express.Engine" build.hxml
|
||||
Reference in New Issue
Block a user