mirror of
https://github.com/UnlegitDqrk/Potato.git
synced 2025-10-02 06:30:15 +02:00
Merge pull request #17 from blha303/patch-1
Made compiled JAR executable
This commit is contained in:
4
pom.xml
4
pom.xml
@@ -22,6 +22,10 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<archive>
|
<archive>
|
||||||
<addMavenDescriptor>false</addMavenDescriptor>
|
<addMavenDescriptor>false</addMavenDescriptor>
|
||||||
|
<manifest>
|
||||||
|
<addClasspath>true</addClasspath>
|
||||||
|
<mainClass>Potato</mainClass>
|
||||||
|
</manifest>
|
||||||
</archive>
|
</archive>
|
||||||
<finalName>Potato</finalName>
|
<finalName>Potato</finalName>
|
||||||
</configuration>
|
</configuration>
|
||||||
|
Reference in New Issue
Block a user