We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82819a commit 5a4a59aCopy full SHA for 5a4a59a
install/mushclient.nsi
@@ -318,7 +318,7 @@ SetOverwrite ifnewer
318
File "..\lua\InfoBox.lua"
319
File "..\lua\colors.lua"
320
File "..\lua\gauge.lua"
321
- ; File "..\lua\ppi.lua"
+ File "..\lua\ppi.lua"
322
File "..\lua\mapper.lua"
323
324
; Set output path to the scripts subdirectory.
@@ -467,7 +467,7 @@ Section Uninstall
467
Delete "$INSTDIR\lua\InfoBox.lua"
468
Delete "$INSTDIR\lua\colors.lua"
469
Delete "$INSTDIR\lua\gauge.lua"
470
-; Delete "$INSTDIR\lua\ppi.lua"
+ Delete "$INSTDIR\lua\ppi.lua"
471
Delete "$INSTDIR\lua\mapper.lua"
472
473
; spell checker stuff
0 commit comments