Use a temp folder for the Windows installer files.

This commit is contained in:
Leonardo Zide 2019-03-14 13:13:55 -07:00
parent 762ab6e97c
commit e132e646c0

View file

@ -55,10 +55,7 @@ Section "LeoCAD" SecLeoCAD
SetOutPath "$INSTDIR"
File /r "build\release\*"
File "docs\ReadMe.txt"
File "library.bin"
File "tools\povray\povconsole32-sse2.exe"
File /r "appdir\*"
;Register file extension
WriteRegStr HKCR ".lcd" "" "LeoCAD.Project"