stockfish for godot
Diffstat (limited to 'export_html.sh')
-rwxr-xr-xexport_html.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/export_html.sh b/export_html.sh
index 6fb369d..a58e9e2 100755
--- a/export_html.sh
+++ b/export_html.sh
@@ -17,7 +17,7 @@ function install_libs() {
[[ -d exports ]] && rm -rf exports
mkdir exports
-[[ -f web/load.js ]] && uglifyjs web/load.js >addons/stockfish.gd/load.js
+
godot --no-window --export "HTML5" exports/index.html
cd exports
install_libs