mirror of
https://github.com/igniterealtime/Spark.git
synced 2025-12-01 12:27:58 +00:00
Allow for more skin configuration.
git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@8269 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
@ -308,7 +308,7 @@ public final class MainWindow extends ChatFrame implements ActionListener {
|
||||
try {
|
||||
String command = "";
|
||||
if (Spark.isWindows()) {
|
||||
String sparkExe = Spark.getBinDirectory().getParentFile().getCanonicalPath() + "\\Spark.exe";
|
||||
String sparkExe = Spark.getBinDirectory().getParentFile().getCanonicalPath() + "\\"+Default.getString(Default.SHORT_NAME)+".exe";
|
||||
String starterExe = Spark.getBinDirectory().getParentFile().getCanonicalPath() + "\\starter.exe";
|
||||
|
||||
command = starterExe + " \"" + sparkExe + "\"";
|
||||
|
||||
Reference in New Issue
Block a user