nicer bundle folder structure and reducing unneeded content #833

This commit is contained in:
rusefi 2019-06-09 18:48:13 -04:00
parent b30c8c0baa
commit e9fc99f758
3 changed files with 10 additions and 5 deletions

View File

@ -0,0 +1 @@
rusEfi uses http://launch4j.sourceforge.net/ to create console launcher

View File

@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>rusefi_console.jar</jar>
<outfile>F:\stuff\rusefi_sourceforge\misc\console_launcher\rusefi_console.exe</outfile>
<jar>console\rusefi_console.jar</jar>
<outfile>c:\stuff\rusefi\misc\console_launcher\rusefi_console.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
@ -13,7 +13,7 @@
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>F:\stuff\rusefi_sourceforge\misc\console_launcher\favicon.ico</icon>
<icon>c:\stuff\rusefi\misc\console_launcher\favicon.ico</icon>
<jre>
<path></path>
<bundledJre64Bit>false</bundledJre64Bit>

View File

@ -1,7 +1,7 @@
https://git-scm.com/downloads
https://sliksvn.com/download/ used to produce numeric revision number
https://sliksvn.com/download/ used to produce numeric revision number needs to be added to System PATH manually
https://cygwin.com/install.html needs to be added to System PATH manually
@ -60,4 +60,8 @@ Jobs:
3) documentation
4) build_extra_bundles
4) build_extra_bundles
5) git2svn_sync
RUSEFI_SVN_PASSWORD needs to be added to System PATH manually