Skip to content

Commit

Permalink
install.nsh: add path necessary for FreeCAD 0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
donovaly committed Oct 17, 2019
1 parent 5e16cb4 commit 443e7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup/install.nsh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Section -ProgramFiles SecProgramFiles
File /r "${FILES_FREECAD}\Ext"
File /r "${FILES_FREECAD}\lib"
File /r "${FILES_FREECAD}\Mod"
File /r "${FILES_FREECAD}\resources"

# Create uninstaller
WriteUninstaller "$INSTDIR\${SETUP_UNINSTALLER}"
Expand Down

0 comments on commit 443e7fd

Please sign in to comment.