|
@@ -0,0 +1,14 @@
|
|
|
+<?xml version="1.0" encoding="UTF-8"?>
|
|
|
+<exe4j version="8.0.1" transformSequenceNumber="3">
|
|
|
+ <directoryPresets config="D:/" />
|
|
|
+ <application name="4dmega" distributionSourceDir="D:/github/NSIS/NsisPackage/Output" />
|
|
|
+ <executable name="4dmega" wrapperType="embed" redirectStderr="false" executableMode="console" singleInstance="true" />
|
|
|
+ <java mainClass="org.springframework.boot.loader.JarLauncher" allowVMPassthroughParameters="false" minVersion="1.8" maxVersion="1.8" allowBetaVM="true">
|
|
|
+ <searchSequence>
|
|
|
+ <directory location="../../../jdk1.8" />
|
|
|
+ </searchSequence>
|
|
|
+ <classPath>
|
|
|
+ <archive location="E:/prox/fdkk_laser/fdkk-admin/target/fdkk-admin.jar" />
|
|
|
+ </classPath>
|
|
|
+ </java>
|
|
|
+</exe4j>
|