Skip to content

Commit 7b71581

Browse files
committed
maybe we do the built-in splash screen instead
1 parent 6dc1b03 commit 7b71581

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

build/windows/config.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
<manifest></manifest>
1515
<icon>application.ico</icon>
1616
<classPath>
17-
<mainClass>processing.app.Base</mainClass>
17+
<!-- <mainClass>processing.app.Base</mainClass> -->
18+
<mainClass>processing.app.BaseSplash</mainClass>
1819
<cp>core/library/core.jar</cp>
1920

2021
<cp>lib/pde.jar</cp>
@@ -78,12 +79,14 @@
7879
<!-- increase available memory for PDE X -->
7980
<maxHeapSize>512</maxHeapSize>
8081
</jre>
82+
<!--
8183
<splash>
8284
<file>about.bmp</file>
8385
<waitForWindow>true</waitForWindow>
8486
<timeout>60</timeout>
8587
<timeoutErr>false</timeoutErr>
8688
</splash>
89+
-->
8790
<messages>
8891
<startupErr>An error occurred while starting the application.</startupErr>
8992
<bundledJreErr>This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted. If running from a folder with non-ASCII characters, try moving this folder to another location.</bundledJreErr>

0 commit comments

Comments
 (0)