<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.1.4_JVL</version>
+ <version>1.8.3-1.1.5_JVL</version>
</parent>
<artifactId>getdown-ant</artifactId>
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.1.4_JVL</version>
+ <version>1.8.3-1.1.5_JVL</version>
</parent>
<artifactId>getdown-core</artifactId>
_envc = envc;
_config = getLocalPath(envc.appDir, CONFIG_FILE);
_backupConfig = getLocalPath(envc.appDir, BACKUP_CONFIG_DIR+File.separator+CONFIG_FILE);
- log.warning("Backup config file now", "_backupConfig", _backupConfig, "exists", _backupConfig.exists(), "isReadable", _backupConfig.canRead());
}
/**
if (j > -1) {
ext = filename.substring(j+1);
}
- if (LOCATOR_FILE_EXTENSION.equals(ext.toLowerCase())) {
+ if (ext != null && LOCATOR_FILE_EXTENSION.equals(ext.toLowerCase())) {
// this file extension should have been dealt with in Getdown class
} else {
_appargs.add(0, "-open");
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.1.4_JVL</version>
+ <version>1.8.3-1.1.5_JVL</version>
</parent>
<artifactId>getdown-launcher</artifactId>
}
}
+
+ public String[] getExtraCommandLineArguments() {
+ com.install4j.api.context.Context c = new com.install4j.api.context.Context();
+ return c.getExtraCommandLineArguments();
+ }
}
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
- <version>1.8.3-1.1.4_JVL</version>
+ <version>1.8.3-1.1.5_JVL</version>
<name>getdown</name>
<description>An application installer and updater.</description>