forked from fuxuemingzhu/FilesCodingConvert
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathFilesCodingConvert.exe4j
33 lines (32 loc) · 1.81 KB
/
FilesCodingConvert.exe4j
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
<?xml version="1.0" encoding="UTF-8"?>
<exe4j version="4.0" transformSequenceNumber="1">
<directoryPresets config="C:/Users/Administrator/Desktop/Wpfs/lib" />
<application name="FilesCodingConvert" distributionSourceDir=".">
<languages>
<principalLanguage id="en" customLocalizationFile="" />
</languages>
</application>
<executable name="FilesCodingConvert" type="2" iconSet="false" iconFile="./Wpfs.ico" executableDir="." redirectStderr="false" stderrFile="error.log" redirectStdout="false" stdoutFile="output.log" failOnStderrOutput="true" executableMode="2" changeWorkingDirectory="true" workingDirectory="." singleInstance="false" serviceStartType="2" serviceDependencies="" serviceDescription="" jreLocation="" executionLevel="asInvoker" amd64="false">
<messageSet />
<versionInfo include="false" fileVersion="" fileDescription="" legalCopyright="" internalName="" companyName="" productVersion="" />
</executable>
<splashScreen show="false" autoOff="true" alwaysOnTop="true" width="0" height="0" bitmapFile="">
<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="com.wk.main.Main" vmParameters="" arguments="" allowVMPassthroughParameters="true" preferredVM="server" minVersion="1.5" maxVersion="" allowBetaVM="false" jdkOnly="false">
<searchSequence>
<registry />
<envVar name="JAVA_HOME" />
<envVar name="JDK_HOME" />
</searchSequence>
<classPath>
<archive location="release/FilesCodingConvert2.0.jar" failOnError="false" />
</classPath>
<nativeLibraryDirectories />
</java>
<includedFiles />
<unextractableFiles />
</exe4j>