summaryrefslogtreecommitdiff
path: root/xcircuit-tcl.nsi
diff options
context:
space:
mode:
Diffstat (limited to 'xcircuit-tcl.nsi')
-rw-r--r--xcircuit-tcl.nsi2
1 files changed, 2 insertions, 0 deletions
diff --git a/xcircuit-tcl.nsi b/xcircuit-tcl.nsi
index 2a51826..221563d 100644
--- a/xcircuit-tcl.nsi
+++ b/xcircuit-tcl.nsi
@@ -97,6 +97,7 @@ Section "XCircuit" SEC01
File "lib\analoglib3.lps"
File "lib\analoglib2.lps"
File "lib\analog.lps"
+ File "lib\xspice.lps"
File "lib\xcircps2.pro"
SetOutPath "$INSTDIR\xcircuit-${PRODUCT_VERSION}\fonts"
File "lib\fonts\times_romaniso.xfe"
@@ -825,6 +826,7 @@ Section Uninstall
Delete "$INSTDIR\xcircuit-${PRODUCT_VERSION}\fonts\times_romaniso5.xfe"
Delete "$INSTDIR\xcircuit-${PRODUCT_VERSION}\fonts\times_romaniso.xfe"
Delete "$INSTDIR\xcircuit-${PRODUCT_VERSION}\xcircps2.pro"
+ Delete "$INSTDIR\xcircuit-${PRODUCT_VERSION}\xspice.lps"
Delete "$INSTDIR\xcircuit-${PRODUCT_VERSION}\analog.lps"
Delete "$INSTDIR\xcircuit-${PRODUCT_VERSION}\analoglib2.lps"
Delete "$INSTDIR\xcircuit-${PRODUCT_VERSION}\analoglib3.lps"