BigUpdate 0.5.0
Python application / build (push) Has been cancelled

- add Local Render Mermaid
- add page-starе для указания смещения страниц
- add Гиперссылки в документе на списки литературы
This commit is contained in:
Igor20264
2026-09-07 09:54:33 +03:00
parent ac0aa33399
commit 1a5b35eb54
29 changed files with 4118 additions and 69 deletions
+4 -1
View File
@@ -32,9 +32,12 @@ if errorlevel 1 goto :pipfail
if not exist "md2gost\Template.docx" goto :notemplate
echo [2/4] PlantUML jar, обязателен, вшивается в exe ...
echo [2/4] PlantUML jar + Mermaid assets ...
python scripts\fetch_plantuml.py
if not exist "md2gost\vendor\plantuml.jar" goto :nojar
if not exist "md2gost\diagrams\mermaid.min.js" (
python scripts\fetch_mermaid.py
)
echo [3/4] PyInstaller onefile, кэш build-fast ...
python -m PyInstaller --noconfirm %PYI_CLEAN% --workpath build-fast --distpath dist md2gost.fast.spec