diff --git a/wbld.cmd b/wbld.cmd index 33fc1ee37..3a7b04526 100644 --- a/wbld.cmd +++ b/wbld.cmd @@ -15,7 +15,7 @@ rem Open the tw5tiddlyweb edition in TW5 and save the template for the main HTML node .\tiddlywiki.js ^ editions\tw5tiddlyweb ^ --verbose ^ - --rendertiddler $:/core/templates/tiddlywiki5.template.html tmp\tiddlyweb.html text/plain ^ + --rendertiddler $:/core/save/all tmp\tiddlyweb.html text/plain ^ || exit 1 rem Prepend the type information that TiddlyWeb needs to turn the .html file into a .tid file diff --git a/wbld.sh b/wbld.sh index 9d685fa16..16225eef3 100755 --- a/wbld.sh +++ b/wbld.sh @@ -15,7 +15,7 @@ mkdir -p tmp node ./tiddlywiki.js \ editions/tw5tiddlyweb \ --verbose \ - --rendertiddler $:/core/templates/tiddlywiki5.template.html tmp/tiddlyweb.html text/plain \ + --rendertiddler $:/core/save/all tmp/tiddlyweb.html text/plain \ || exit 1 # Prepend the type information that TiddlyWeb needs to turn the .html file into a .tid file