From 8f3e7d4c6d7d30ccf50ac5ee69af453a589d241d Mon Sep 17 00:00:00 2001 From: wmayer Date: Tue, 3 Apr 2018 10:39:09 +0200 Subject: [PATCH] Add Ext directory to installer --- src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi | 2 ++ src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi b/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi index 6de0e75ed2..991041d6b4 100644 --- a/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi +++ b/src/WindowsInstaller/FreeCAD_WindowsInstaller.nsi @@ -84,6 +84,8 @@ section "install" file /r "..\..\doc\" setOutPath $INSTDIR\data file /r /X CMakeFiles /X *.cmake /X *.dir /X *.vcproj /X CMakeLists.txt /X *.am "..\..\data\" + setOutPath $INSTDIR\Ext + file /r "..\..\Ext\" setOutPath $INSTDIR file "vcredist_x86.exe" diff --git a/src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi b/src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi index c33eb52fbd..a0f191c979 100644 --- a/src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi +++ b/src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi @@ -98,6 +98,8 @@ section "FreeCAD (Required)" file /r "..\..\doc\" setOutPath $INSTDIR\data file /r /X CMakeFiles /X *.cmake /X *.dir /X *.vcproj /X CMakeLists.txt /X *.am "..\..\data\" + setOutPath $INSTDIR\Ext + file /r "..\..\Ext\" setOutPath $INSTDIR file "vcredist_x64.exe"