mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Added POV-Ray to installer.
This commit is contained in:
parent
ce8ea6a92e
commit
ef9f3bee63
1 changed files with 2 additions and 5 deletions
|
@ -61,6 +61,7 @@ Section "LeoCAD" SecLeoCAD
|
|||
;File "LeoCAD.cnt"
|
||||
File "..\..\docs\ReadMe.txt"
|
||||
File "..\..\library.bin"
|
||||
File "..\povray\povconsole32-sse2.exe"
|
||||
|
||||
;Register file extension
|
||||
WriteRegStr HKCR ".lcd" "" "LeoCAD.Project"
|
||||
|
@ -107,11 +108,7 @@ Section "Uninstall"
|
|||
Delete "$INSTDIR\LeoCAD.cnt"
|
||||
Delete "$INSTDIR\readme.txt"
|
||||
Delete "$INSTDIR\library.bin"
|
||||
;Delete "$INSTDIR\pieces.bin"
|
||||
;Delete "$INSTDIR\pieces.idx"
|
||||
;Delete "$INSTDIR\textures.bin"
|
||||
;Delete "$INSTDIR\textures.idx"
|
||||
;Delete "$INSTDIR\sysfont.txf"
|
||||
Delete "$INSTDIR\povconsole32-sse2.exe"
|
||||
|
||||
RMDir "$INSTDIR"
|
||||
|
||||
|
|
Loading…
Reference in a new issue