-
Notifications
You must be signed in to change notification settings - Fork 5
/
build.exe4j
34 lines (34 loc) · 2.13 KB
/
build.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
33
34
<?xml version="1.0" encoding="UTF-8"?>
<exe4j version="6.0.2" transformSequenceNumber="2">
<directoryPresets config="D:/IDEA_Projects/MediaPlayer/out/artifacts/MediaPlayer_jar" />
<application name="JMediaPlayer" distributionSourceDir="D:/IDEA_Projects/MediaPlayer/dist">
<languages>
<principalLanguage id="en" customLocalizationFile="" />
</languages>
</application>
<executable name="JMediaPlayer" type="2" iconSet="true" iconFile="D:/IDEA_Projects/MediaPlayer/MediaPlayer.ico" executableDir="" redirectStderr="true" stderrFile="error.log" stderrMode="append" redirectStdout="false" stdoutFile="output.log" stdoutMode="overwrite" failOnStderrOutput="true" executableMode="1" changeWorkingDirectory="true" workingDirectory="." singleInstance="true" serviceStartType="2" serviceDependencies="" serviceDescription="" jreLocation="" executionLevel="asInvoker" checkConsoleParameter="false" globalSingleInstance="false" singleInstanceActivate="true" dpiAware="java9+" amd64="true">
<messageSet />
<versionInfo include="false" fileVersion="" fileDescription="" legalCopyright="" internalName="" productName="" companyName="" productVersion="" />
</executable>
<splashScreen show="false" width="0" height="0" bitmapFile="" 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="com.player.Main" mainMode="1" vmParameters="" arguments="" 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="D:/IDEA_Projects/MediaPlayer/out/artifacts/MediaPlayer_jar/MediaPlayer.jar" failOnError="false" />
</classPath>
<modulePath />
<nativeLibraryDirectories />
<vmOptions />
</java>
<includedFiles />
<unextractableFiles />
</exe4j>