Made compiled JAR executable

This commit is contained in:
Steven Smith 2013-11-10 23:29:41 +08:00
parent 9d471c7259
commit 84e57dd65a

View file

@ -22,6 +22,10 @@
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
<manifest>
<addClasspath>true</addClasspath>
<mainClass>Potato</mainClass>
</manifest>
</archive>
<finalName>Potato</finalName>
</configuration>