mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2025-01-02 19:29:17 +00:00
Version 1.3.5.8: Update Host.java to use linux home directory.
This commit is contained in:
parent
546016e8cd
commit
342e930046
@ -40,7 +40,7 @@ import com.webcodepro.applecommander.util.TextBundle;
|
||||
* @author Rob Greene
|
||||
*/
|
||||
public class AppleCommander {
|
||||
public static final String VERSION = "1.3.5.7"; //$NON-NLS-1$
|
||||
public static final String VERSION = "1.3.5.8"; //$NON-NLS-1$
|
||||
private static TextBundle textBundle = UiBundle.getInstance();
|
||||
/**
|
||||
* Launch AppleCommander.
|
||||
|
@ -48,7 +48,7 @@ public class Host {
|
||||
prefDir = "";
|
||||
}
|
||||
else if (windows) {
|
||||
prefDir = "";
|
||||
prefDir = userHome + "/.";
|
||||
}
|
||||
else {
|
||||
prefDir = "";
|
||||
|
Loading…
Reference in New Issue
Block a user