Add Ext directory to installer

This commit is contained in:
wmayer
2018-04-03 10:39:09 +02:00
parent 2805cbcd9c
commit 8f3e7d4c6d
2 changed files with 4 additions and 0 deletions

View File

@@ -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"

View File

@@ -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"