Skip to content

Commit 5a4a59a

Browse files
committed
Added light-weight ppi.lua module to the distribution
1 parent f82819a commit 5a4a59a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install/mushclient.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ SetOverwrite ifnewer
318318
File "..\lua\InfoBox.lua"
319319
File "..\lua\colors.lua"
320320
File "..\lua\gauge.lua"
321-
; File "..\lua\ppi.lua"
321+
File "..\lua\ppi.lua"
322322
File "..\lua\mapper.lua"
323323

324324
; Set output path to the scripts subdirectory.
@@ -467,7 +467,7 @@ Section Uninstall
467467
Delete "$INSTDIR\lua\InfoBox.lua"
468468
Delete "$INSTDIR\lua\colors.lua"
469469
Delete "$INSTDIR\lua\gauge.lua"
470-
; Delete "$INSTDIR\lua\ppi.lua"
470+
Delete "$INSTDIR\lua\ppi.lua"
471471
Delete "$INSTDIR\lua\mapper.lua"
472472

473473
; spell checker stuff

0 commit comments

Comments
 (0)