Advertisement
Guest User

GarciaPL

a guest
Feb 7th, 2015
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.27 KB | None | 0 0
  1. <launch4jconfig>
  2.   <dontwrapjar>false</dontwrapjar>
  3.   <headertype>gui</headertype>
  4.   <jar>/home/lukasz/Motohurt.jar</jar>
  5.   <outfile>/home/lukasz/Motohurt.exe</outfile>
  6.   <errtitle>Please download and install Java</errtitle>
  7.   <cmdline></cmdline>
  8.   <chdir>.</chdir>
  9.   <priority>normal</priority>
  10.   <downloadurl>http://java.com/download</downloadurl>
  11.   <supporturl></supporturl>
  12.   <stayalive>false</stayalive>
  13.   <restartoncrash>false</restartoncrash>
  14.   <manifest></manifest>
  15.   <icon>/home/lukasz/icon.ico</icon>
  16.   <jre>
  17.     <path></path>
  18.     <bundledjre64bit>false</bundledjre64bit>
  19.     <bundledjreasfallback>false</bundledjreasfallback>
  20.     <minversion>1.7.0</minversion>
  21.     <maxversion></maxversion>
  22.     <jdkpreference>preferJre</jdkpreference>
  23.     <runtimebits>64/32</runtimebits>
  24.   </jre>
  25.   <versioninfo>
  26.     <fileversion>1.0.0.0</fileversion>
  27.     <txtfileversion>1.0</txtfileversion>
  28.     <filedescription>App</filedescription>
  29.     <copyright>GarciaPL</copyright>
  30.     <productversion>1.0.0.0</productversion>
  31.     <txtproductversion>1.0</txtproductversion>
  32.     <productname>App</productname>
  33.     <companyname>GarciaPL</companyname>
  34.     <internalname>GarciaPL</internalname>
  35.     <originalfilename>App.exe</originalfilename>
  36.   </versioninfo>
  37. </launch4jconfig>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement