From 4940f3b2221f5b33258c679ecae7c0a926f25536 Mon Sep 17 00:00:00 2001 From: Joseph Manley Date: Thu, 5 Dec 2019 03:32:27 -0500 Subject: [PATCH] Add html5 to packaging --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index ddb025b..b04ed70 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,7 +2,7 @@ set -e workDir=`pwd` -platforms="linux windows mac" +platforms="linux windows mac html5" wget https://downloads.tuxfamily.org/godotengine/3.1.1/Godot_v3.1.1-stable_export_templates.tpz --quiet mkdir ~/.cache