Skip to content

Commit

Permalink
Added luacom.dll to the distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgammon committed Sep 1, 2010
1 parent 0ff94ad commit 17955ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/mushclient.nsi
Expand Up @@ -96,6 +96,7 @@ Section "-MUSHclient program (required)"
File "..\names.txt"
File /oname=license.txt "..\docs\agreement.txt"
File "..\Dina.fon"
File "..\install\luacom.dll"

; Write the installation path into the registry
WriteRegStr HKCU "Software\Gammon Software Solutions\MUSHclient\General Options" "InstallDir" $INSTDIR
Expand Down Expand Up @@ -475,6 +476,10 @@ Section Uninstall
; and Dina font
Delete "$INSTDIR\Dina.fon"

; and LuaCOM dll

Delete "$INSTDIR\luacom.dll"

; scripting stuff
Delete "$INSTDIR\scripts\MUSHclient.tlb"
Delete "$INSTDIR\scripts\exampscript.vbs"
Expand Down

0 comments on commit 17955ef

Please sign in to comment.