20 lines
585 B
XML
20 lines
585 B
XML
|
<launch4jConfig>
|
||
|
<dontWrapJar>true</dontWrapJar>
|
||
|
<headerType>console</headerType>
|
||
|
<jar>hebdobot.jar</jar>
|
||
|
<outfile>target/hebdobot/hebdobot.exe</outfile>
|
||
|
<chdir>.</chdir>
|
||
|
<priority>normal</priority>
|
||
|
<downloadUrl>http://java.com/download</downloadUrl>
|
||
|
<customProcName>false</customProcName>
|
||
|
<stayAlive>false</stayAlive>
|
||
|
<icon>hebdobot.ico</icon>
|
||
|
<classPath>
|
||
|
<mainClass>fr.imirhil..april.hebdobot.Bot</mainClass>
|
||
|
<cp>lib/*</cp>
|
||
|
</classPath>
|
||
|
<jre>
|
||
|
<minVersion>1.6.0</minVersion>
|
||
|
<jdkPreference>preferJre</jdkPreference>
|
||
|
</jre>
|
||
|
</launch4jConfig>
|