From e13780f5617db96fd31eee2d04f2b056d15e4de8 Mon Sep 17 00:00:00 2001 From: LoRd_MuldeR Date: Wed, 12 Apr 2023 23:14:11 +0200 Subject: [PATCH] Small update to build script. --- z_build.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z_build.bat b/z_build.bat index 7cb25bc..dd6f7d4 100644 --- a/z_build.bat +++ b/z_build.bat @@ -113,7 +113,7 @@ copy "%~dp0\bin\Win32\Release\TimedExec.exe" "%PACK_PATH%\TimedExec-x86.exe" copy "%~dp0\bin\x64\.\Release\TimedExec.exe" "%PACK_PATH%\TimedExec-x64.exe" copy "%~dp0\LICENSE.html" "%PACK_PATH%" -"%PDOC_PATH%\pandoc.exe" --from markdown_github+pandoc_title_block+header_attributes+implicit_figures+inline_notes --to html5 --toc -N --metadata title="TimedExec" --standalone -H "%~dp0\..\Prerequisites\Pandoc\css\github-pandoc.inc" "README.md" | "%JAVA_HOME%\bin\java.exe" -jar "%~dp0\..\Prerequisites\HTMLCompressor\bin\htmlcompressor-1.5.3.jar" --compress-css -o "%PACK_PATH%\README.html" +"%PDOC_PATH%\pandoc.exe" --from markdown_github+pandoc_title_block+header_attributes+implicit_figures+inline_notes --to html5 -N --metadata title="TimedExec" --standalone -H "%~dp0\..\Prerequisites\Pandoc\css\github-pandoc.inc" "README.md" | "%JAVA_HOME%\bin\java.exe" -jar "%~dp0\..\Prerequisites\HTMLCompressor\bin\htmlcompressor-1.5.3.jar" --compress-css -o "%PACK_PATH%\README.html" mkdir "%PACK_PATH%\img" mkdir "%PACK_PATH%\img\timedexec"