From 6fd2139376b607667796709e188f992adc41c416 Mon Sep 17 00:00:00 2001 From: "jeremy@jermolene.com" Date: Tue, 20 Jun 2023 15:43:13 +0100 Subject: [PATCH] Use empty edition to create empty.html and empty.hta Fixes #7555 --- bin/build-site.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/build-site.sh b/bin/build-site.sh index a9133c2b7..a54d16452 100755 --- a/bin/build-site.sh +++ b/bin/build-site.sh @@ -107,7 +107,7 @@ node $TW5_BUILD_TIDDLYWIKI \ # /empty.html Empty # /empty.hta For Internet Explorer node $TW5_BUILD_TIDDLYWIKI \ - $TW5_BUILD_MAIN_EDITION \ + ./editions/empty \ --verbose \ --output $TW5_BUILD_OUTPUT \ --build empty \