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 0e891cd commit f433d4dCopy full SHA for f433d4d
install/mushclient.nsi
@@ -366,6 +366,7 @@ SetOverwrite ifnewer
366
File "..\lua\show_loaded.lua"
367
File "..\lua\strict.lua"
368
File "..\lua\string_indexing.lua"
369
+ File "..\lua\tabbed_window.lua"
370
File "..\lua\tprint.lua"
371
File "..\lua\var.lua"
372
File "..\lua\wait.lua"
@@ -588,6 +589,7 @@ Section Uninstall
588
589
Delete "$INSTDIR\lua\show_loaded.lua"
590
Delete "$INSTDIR\lua\strict.lua"
591
Delete "$INSTDIR\lua\string_indexing.lua"
592
+ Delete "$INSTDIR\lua\tabbed_window.lua"
593
Delete "$INSTDIR\lua\tprint.lua"
594
Delete "$INSTDIR\lua\var.lua"
595
Delete "$INSTDIR\lua\wait.lua"
0 commit comments