mirror of
https://github.com/arduino/Arduino.git
synced 2024-12-12 23:08:52 +01:00
18 lines
474 B
XML
18 lines
474 B
XML
|
<launch4jConfig>
|
||
|
<headerType>gui</headerType>
|
||
|
<jar>../SimpleApp.jar</jar>
|
||
|
<outfile>../SimpleApp.exe</outfile>
|
||
|
<errTitle>SimpleApp</errTitle>
|
||
|
<chdir>.</chdir>
|
||
|
<customProcName>true</customProcName>
|
||
|
<icon>SimpleApp.ico</icon>
|
||
|
<jre>
|
||
|
<minVersion>1.4.0</minVersion>
|
||
|
</jre>
|
||
|
<splash>
|
||
|
<file>splash.bmp</file>
|
||
|
<waitForWindow>true</waitForWindow>
|
||
|
<timeout>60</timeout>
|
||
|
<timeoutErr>true</timeoutErr>
|
||
|
</splash>
|
||
|
</launch4jConfig>
|