* Add wrapper.config and i2prouter comments for 'portable'
* Recognize same base and config dir in WorkingDir * Reformat XInfoPanel in installer for clarity
This commit is contained in:
@ -95,6 +95,12 @@ public class WorkingDir {
|
||||
return cwd;
|
||||
}
|
||||
|
||||
// apparently configured for "portable" ?
|
||||
try {
|
||||
if (oldDirf.getCanonicalPath().equals(dirf.getCanonicalPath()))
|
||||
return cwd;
|
||||
} catch (IOException ioe) {}
|
||||
|
||||
// where we want to go
|
||||
String rv = dirf.getAbsolutePath();
|
||||
if (dirf.exists()) {
|
||||
|
Reference in New Issue
Block a user