File tree 3 files changed +22
-20
lines changed
3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 841
841
<fileset dir =" windows/launcher"
842
842
includes =" application.ico, config.xml, config_debug.xml, arduino.l4j.ini" />
843
843
</copy >
844
- <launch4j configFile =" windows/work/config.xml" />
845
- <launch4j configFile =" windows/work/config_debug.xml" />
844
+ <launch4j configFile =" windows/work/config.xml" fileVersion = " ${ revision } .0 " txtFileVersion = " ${ revision } " productVersion = " ${ revision } .0 " txtProductVersion = " ${ revision } " />
845
+ <launch4j configFile =" windows/work/config_debug.xml" fileVersion = " ${ revision } .0 " txtFileVersion = " ${ revision } " productVersion = " ${ revision } .0 " txtProductVersion = " ${ revision } " />
846
846
<delete dir =" windows/work" includes =" application.ico, config.xml, config_debug.xml" />
847
847
<copy file =" windows/work/arduino.l4j.ini" tofile =" windows/work/arduino_debug.l4j.ini" />
848
848
Original file line number Diff line number Diff line change 3
3
<headerType >gui</headerType >
4
4
<jar >lib</jar >
5
5
<outfile >arduino.exe</outfile >
6
- <errTitle ></errTitle >
7
- <cmdLine ></cmdLine >
8
- <chdir >.</chdir >
9
- <priority >normal</priority >
10
- <downloadUrl >http://java.sun.com/javase/downloads/</downloadUrl >
11
- <supportUrl ></supportUrl >
12
- <customProcName >false</customProcName >
13
- <stayAlive >false</stayAlive >
14
- <manifest ></manifest >
6
+ <errTitle >Arduino</errTitle >
7
+ <downloadUrl >http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl >
15
8
<icon >application.ico</icon >
16
9
<classPath >
17
10
<mainClass >processing.app.Base</mainClass >
45
38
<opt >-splash:./lib/splash.png</opt >
46
39
<opt >-Dsun.java2d.d3d=false</opt >
47
40
</jre >
41
+ <versionInfo >
42
+ <fileDescription >Arduino IDE</fileDescription >
43
+ <copyright >Arduino LLC</copyright >
44
+ <productName >Arduino</productName >
45
+ <companyName >Arduino LLC</companyName >
46
+ <internalName >arduino</internalName >
47
+ <originalFilename >arduino.exe</originalFilename >
48
+ </versionInfo >
48
49
<messages >
49
50
<startupErr >An error occurred while starting the application.</startupErr >
50
51
<bundledJreErr >This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr >
Original file line number Diff line number Diff line change 3
3
<headerType >console</headerType >
4
4
<jar >lib</jar >
5
5
<outfile >arduino_debug.exe</outfile >
6
- <errTitle ></errTitle >
7
- <cmdLine ></cmdLine >
8
- <chdir >.</chdir >
9
- <priority >normal</priority >
10
- <downloadUrl >http://java.sun.com/javase/downloads/</downloadUrl >
11
- <supportUrl ></supportUrl >
12
- <customProcName >false</customProcName >
13
- <stayAlive >false</stayAlive >
14
- <manifest ></manifest >
6
+ <errTitle >Arduino</errTitle >
7
+ <downloadUrl >http://www.oracle.com/technetwork/java/javase/downloads/index.html</downloadUrl >
15
8
<icon >application.ico</icon >
16
9
<classPath >
17
10
<mainClass >processing.app.Base</mainClass >
44
37
<runtimeBits >32</runtimeBits >
45
38
<opt >-Dsun.java2d.d3d=false</opt >
46
39
</jre >
40
+ <versionInfo >
41
+ <fileDescription >Arduino IDE</fileDescription >
42
+ <copyright >Arduino LLC</copyright >
43
+ <productName >Arduino</productName >
44
+ <companyName >Arduino LLC</companyName >
45
+ <internalName >arduino</internalName >
46
+ <originalFilename >arduino.exe</originalFilename >
47
+ </versionInfo >
47
48
<messages >
48
49
<startupErr >An error occurred while starting the application.</startupErr >
49
50
<bundledJreErr >This application was configured to use a bundled Java Runtime Environment but the runtime is missing or corrupted.</bundledJreErr >
You can’t perform that action at this time.
0 commit comments