-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathkkflashtool_win32_template.exe4j
More file actions
36 lines (35 loc) · 2.28 KB
/
kkflashtool_win32_template.exe4j
File metadata and controls
36 lines (35 loc) · 2.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="UTF-8"?>
<exe4j version="4.5.2" transformSequenceNumber="1">
<directoryPresets config="/Users/moll/Documents/workspace/kkMulticopterFlashTool" />
<application name="KKflashtool_win32" distributionSourceDir="/Users/moll/Documents/workspace/kkMulticopterFlashTool">
<languages>
<principalLanguage id="en" customLocalizationFile="" />
</languages>
</application>
<executable name="kkflashtool_win32" type="1" iconSet="true" iconFile="/Users/moll/Documents/workspace/kkMulticopterFlashTool/resources/KK.ico" executableDir="." redirectStderr="true" stderrFile="error.log" stderrMode="overwrite" redirectStdout="true" stdoutFile="output.log" stdoutMode="overwrite" failOnStderrOutput="true" executableMode="1" changeWorkingDirectory="true" workingDirectory="." singleInstance="true" serviceStartType="2" serviceDependencies="" serviceDescription="" jreLocation="" executionLevel="asInvoker" checkConsoleParameter="true" globalSingleInstance="false" amd64="false">
<messageSet />
<versionInfo include="true" fileVersion="" fileDescription="" legalCopyright="" internalName="" productName="" companyName="LazyZero.de" productVersion="@VERSION@" />
</executable>
<splashScreen show="false" autoOff="true" alwaysOnTop="true" width="0" height="0" bitmapFile="" java6SplashScreen="false">
<text>
<statusLine x="20" y="20" text="" font="Arial" fontSize="8" fontColor="0,0,0" fontWeight="500" />
<versionLine x="20" y="40" text="version %VERSION%" font="Arial" fontSize="8" fontColor="0,0,0" fontWeight="500" />
</text>
</splashScreen>
<java mainClass="de.lazyzero.kkMulticopterFlashTool.KKMulticopterFlashTool" vmParameters="" arguments="" allowVMPassthroughParameters="true" preferredVM="" bundleRuntime="true" minVersion="1.6" maxVersion="" allowBetaVM="false" jdkOnly="false">
<searchSequence>
<registry />
<envVar name="JAVA_HOME" />
<envVar name="JDK_HOME" />
</searchSequence>
<classPath>
<directory location="./lib" failOnError="false" />
<scanDirectory location="./lib" failOnError="false" />
</classPath>
<nativeLibraryDirectories>
<directory name="./lib/win32" />
</nativeLibraryDirectories>
</java>
<includedFiles />
<unextractableFiles />
</exe4j>