Skip to content

Commit f433d4d

Browse files
committed
Added tabbed_window.lua to the installation
1 parent 0e891cd commit f433d4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

install/mushclient.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,7 @@ SetOverwrite ifnewer
366366
File "..\lua\show_loaded.lua"
367367
File "..\lua\strict.lua"
368368
File "..\lua\string_indexing.lua"
369+
File "..\lua\tabbed_window.lua"
369370
File "..\lua\tprint.lua"
370371
File "..\lua\var.lua"
371372
File "..\lua\wait.lua"
@@ -588,6 +589,7 @@ Section Uninstall
588589
Delete "$INSTDIR\lua\show_loaded.lua"
589590
Delete "$INSTDIR\lua\strict.lua"
590591
Delete "$INSTDIR\lua\string_indexing.lua"
592+
Delete "$INSTDIR\lua\tabbed_window.lua"
591593
Delete "$INSTDIR\lua\tprint.lua"
592594
Delete "$INSTDIR\lua\var.lua"
593595
Delete "$INSTDIR\lua\wait.lua"

0 commit comments

Comments
 (0)