1234567891011121314151617181920212223242526272829303132 |
- <?xml version="1.0" encoding="UTF-8"?>
- <exe4j version="5.0.1" transformSequenceNumber="2">
- <directoryPresets config="E:/Project/AptivApp/target" />
- <application name="德尔福激光工控V1.2.1" distributionSourceDir="E:/Project/AptivApp/target">
- <languages>
- <principalLanguage id="en" customLocalizationFile="" />
- </languages>
- </application>
- <executable name="德尔福激光工控V1.2.1" type="2" iconSet="true" iconFile="E:/Project/AptivApp/doc/logo.ico" executableDir="." redirectStderr="true" stderrFile="error.log" stderrMode="overwrite" redirectStdout="false" stdoutFile="output.log" stdoutMode="overwrite" failOnStderrOutput="true" executableMode="1" changeWorkingDirectory="true" workingDirectory="." singleInstance="false" serviceStartType="2" serviceDependencies="" serviceDescription="" jreLocation="" executionLevel="asInvoker" checkConsoleParameter="false" globalSingleInstance="false" singleInstanceActivate="true" dpiAware="false" amd64="true">
- <messageSet />
- <versionInfo include="false" fileVersion="" fileDescription="" legalCopyright="" internalName="" productName="" companyName="" productVersion="" />
- </executable>
- <splashScreen show="false" width="0" height="0" bitmapFile="" windowsNative="false" textOverlay="false">
- <text>
- <statusLine x="20" y="20" text="" fontSize="8" fontColor="0,0,0" bold="false" />
- <versionLine x="20" y="40" text="version %VERSION%" fontSize="8" fontColor="0,0,0" bold="false" />
- </text>
- </splashScreen>
- <java mainClass="OneJar" vmParameters="-Dexe.path=${EXE4J_EXEDIR}" arguments="-Xms256m -Xmx512m" allowVMPassthroughParameters="true" preferredVM="" bundleRuntime="true" minVersion="1.8" maxVersion="" allowBetaVM="false" jdkOnly="false">
- <searchSequence>
- <registry />
- <envVar name="JAVA_HOME" />
- <envVar name="JDK_HOME" />
- </searchSequence>
- <classPath>
- <archive location="E:/Project/AptivApp/target/AptivApp-1.2.1.one-jar.jar" failOnError="false" />
- </classPath>
- <nativeLibraryDirectories />
- </java>
- <includedFiles />
- <unextractableFiles />
- </exe4j>
|