Skip to content

Commit 6215a33

Browse files
committed
fix: Add missing PDF documentation copying to build script
Closes #290
1 parent 64a20cd commit 6215a33

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/build_exe.bat

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ del "%RESPATH%\tmp-*.png"
5252

5353
@REM Note: Translations were already compiled in the cloned directory using the dev environment
5454

55+
@REM Copy PDF documentation from original repository
56+
set MODNAME=datalab
57+
if not exist %MODNAME%\data\doc ( mkdir %MODNAME%\data\doc )
58+
copy %REPODIR%\%MODNAME%\data\doc\*.pdf %MODNAME%\data\doc
59+
5560
@REM Generate build manifest
5661
%PYTHON% scripts\generate_manifest.py
5762

0 commit comments

Comments
 (0)