Skip to content

Commit

Permalink
+ update x64 installer
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Jun 25, 2014
1 parent 382e055 commit 2def3c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/WindowsInstaller/FreeCAD_x64_WindowsInstaller.nsi
Expand Up @@ -90,6 +90,8 @@ section "FreeCAD (Required)"
setOutPath $INSTDIR\bin
# Files added here should be removed by the uninstaller (see section "uninstall")
file /r /X *.idb /X *.pyc /X *.pyo "..\..\bin\"
setOutPath $INSTDIR\lib
file /r /X *.lib /X *.pyc /X *.pyo "..\..\lib\"
setOutPath $INSTDIR\Mod
file /r /X *.idb "..\..\Mod\"
setOutPath $INSTDIR\doc
Expand Down Expand Up @@ -173,6 +175,7 @@ section "Uninstall"

# Remove files
RMDir /r "$INSTDIR\bin"
RMDir /r "$INSTDIR\lib"
RMDir /r "$INSTDIR\doc"
RMDir /r "$INSTDIR\data"
RMDir /r "$INSTDIR\Mod"
Expand Down

0 comments on commit 2def3c0

Please sign in to comment.