Shane Mc Cormack преди 16 години
родител
ревизия
17e531b13b
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1
    1
      src/com/dmdirc/updater/components/LauncherComponent.java

+ 1
- 1
src/com/dmdirc/updater/components/LauncherComponent.java Целия файл

@@ -100,7 +100,7 @@ public class LauncherComponent implements UpdateComponent {
100 100
     @Override
101 101
     public boolean doInstall(final String path) throws Throwable {
102 102
         final File tmpFile = new File(path);
103
-        if (platform.equalsIgnoreCase("Linux")) {
103
+        if (platform.equalsIgnoreCase("Linux") || platform.equalsIgnoreCase("unix")) {
104 104
             final File targetFile = new File(tmpFile.getParent() + File.separator + ".launcher.sh");
105 105
 
106 106
             if (targetFile.exists()) {

Loading…
Отказ
Запис