Newer
Older
KeeperJerry_Launcher / build / libraries / launch4j / demo / SimpleApp / l4j / SimpleApp.xml
@KeeperJerry KeeperJerry on 20 Jun 2020 457 bytes Ясно, GitHub
<launch4jConfig>
  <headerType>gui</headerType>
  <jar>../SimpleApp.jar</jar>
  <outfile>../SimpleApp.exe</outfile>
  <errTitle>SimpleApp</errTitle>
  <chdir>.</chdir>
  <icon>SimpleApp.ico</icon>
  <restartOnCrash>true</restartOnCrash>
  <jre>
    <minVersion>1.6.0</minVersion>
  </jre>
  <splash>
    <file>splash.bmp</file>
    <waitForWindow>true</waitForWindow>
    <timeout>60</timeout>
    <timeoutErr>true</timeoutErr>
  </splash>
</launch4jConfig>