Quellcode durchsuchen

Add tabcompletion plugins to release jars. Fixes issue 2488.

tags/0.6.3m1rc1
Shane Mc Cormack vor 15 Jahren
Ursprung
Commit
0852aa732d
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      installer/release.sh

+ 1
- 1
installer/release.sh Datei anzeigen

@@ -1,7 +1,7 @@
1 1
 #!/bin/sh
2 2
 
3 3
 # Jar names of plugins to add to ALL installers. (* means all)
4
-plugins="ui_swing.jar ui_dummy.jar dcc.jar dns.jar identd.jar lagdisplay.jar logging.jar systray.jar time.jar osd.jar"
4
+plugins="ui_swing.jar ui_dummy.jar tabcompletion_bash.jar tabcompletion_mirc.jar dcc.jar dns.jar identd.jar lagdisplay.jar logging.jar systray.jar time.jar osd.jar"
5 5
 
6 6
 # Additional Jar names of plugins to add to only Windows installers. (* means all)
7 7
 plugins_windows=""

Laden…
Abbrechen
Speichern