From e90cfe7599d2079c6e40cd5135ead3bea5b00673 Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Sun, 21 Sep 2025 19:45:34 -0500 Subject: [PATCH] Build: Don't remove the doc directory It contains the ThirdPartyLibraries.html file. --- package/rattler-build/build.bat | 1 - 1 file changed, 1 deletion(-) diff --git a/package/rattler-build/build.bat b/package/rattler-build/build.bat index 4fe3983d94..41bead4c04 100644 --- a/package/rattler-build/build.bat +++ b/package/rattler-build/build.bat @@ -36,6 +36,5 @@ if %ERRORLEVEL% neq 0 exit 1 ninja -C build install if %ERRORLEVEL% neq 0 exit 1 -rmdir /s /q "%LIBRARY_PREFIX%\doc" ren %LIBRARY_PREFIX%\bin\FreeCAD.exe freecad.exe ren %LIBRARY_PREFIX%\bin\FreeCADCmd.exe freecadcmd.exe