-1.8.3-1.2.12_FJVL
+1.8.3-1.2.13_FJVL
-1.8.3-1.2.12_JVL
+1.8.3-1.2.13_JVL
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.2.12_FJVL</version>
+ <version>1.8.3-1.2.13_FJVL</version>
</parent>
<artifactId>getdown-ant</artifactId>
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.2.12_FJVL</version>
+ <version>1.8.3-1.2.13_FJVL</version>
</parent>
<artifactId>getdown-core</artifactId>
log.info("Not setting proxy");
}
+ // add the getdownappbase property. getdownappdir is added by getdown.txt
+ args.add("-Dgetdownappbase=" + getAppbase().toString());
+
// add the marker indicating the app is running in getdown
args.add("-D" + Properties.GETDOWN + "=true");
args.add("-Dsys.install4jVersion=" + Application.i4jVersion);
<parent>
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
- <version>1.8.3-1.2.12_FJVL</version>
+ <version>1.8.3-1.2.13_FJVL</version>
</parent>
<artifactId>getdown-launcher</artifactId>
if [ x$JVLVERSION != x ]; then
export VERSION=$JVLVERSION
else
- export VERSION=1.8.3-1.2.12_JVL
+ export VERSION=1.8.3-1.2.13_JVL
fi
if [ x${VERSION%_JVL} = x$VERSION ]; then
<groupId>com.threerings.getdown</groupId>
<artifactId>getdown</artifactId>
<packaging>pom</packaging>
- <version>1.8.3-1.2.12_FJVL</version>
+ <version>1.8.3-1.2.13_FJVL</version>
<name>getdown</name>
<description>An application installer and updater.</description>