mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #2610 from joshgiesbrecht/master
fix windows build - typo in launch4j config
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
<!-- for 2.2, set a minimum version -->
|
||||
<minVersion>1.7.0_40</minVersion>
|
||||
<!-- increase available per PDE X request -->
|
||||
<maxHeapSize>256m</maxHeapSize>
|
||||
<maxHeapSize>256</maxHeapSize>
|
||||
</jre>
|
||||
<messages>
|
||||
<startupErr>An error occurred while starting the application.</startupErr>
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
<!-- for 2.2, set a minimum version -->
|
||||
<minVersion>1.7.0_40</minVersion>
|
||||
<!-- increase available per PDE X request -->
|
||||
<maxHeapSize>256m</maxHeapSize>
|
||||
<maxHeapSize>256</maxHeapSize>
|
||||
</jre>
|
||||
<splash>
|
||||
<file>about.bmp</file>
|
||||
|
||||
Reference in New Issue
Block a user