GetdownApp is the correct entry-point for the application.

This commit is contained in:
Michael Bayne
2010-09-21 06:12:33 +00:00
parent ac3fd45c8a
commit 31b77bcdbe
+1 -1
View File
@@ -154,7 +154,7 @@
<configuration> <configuration>
<archive> <archive>
<manifest> <manifest>
<mainClass>com.threerings.getdown.launcher.Getdown</mainClass> <mainClass>com.threerings.getdown.launcher.GetdownApp</mainClass>
</manifest> </manifest>
</archive> </archive>
</configuration> </configuration>