Changed nsis back to relative paths.

This commit is contained in:
Leonardo Zide
2019-03-14 12:52:49 -07:00
parent 3f0678059e
commit 08b14c474d
+4 -4
View File
@@ -56,10 +56,10 @@ Section "LeoCAD" SecLeoCAD
SetOutPath "$INSTDIR"
File "build\release\LeoCAD.exe"
File "docs\ReadMe.txt"
File "library.bin"
File "tools\povray\povconsole32-sse2.exe"
File "..\..\build\release\LeoCAD.exe"
File "..\..\docs\ReadMe.txt"
File "..\..\library.bin"
File "..\povray\povconsole32-sse2.exe"
;Register file extension
WriteRegStr HKCR ".lcd" "" "LeoCAD.Project"