-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexe4jConfigFile.exe4j
More file actions
18 lines (18 loc) · 990 Bytes
/
exe4jConfigFile.exe4j
File metadata and controls
18 lines (18 loc) · 990 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<exe4j version="7.0" transformSequenceNumber="3">
<directoryPresets config="E:/Aric Sun/自学技术/FirstKeyFrameFilter/out/artifacts" />
<application name="FirstKeyFrameFilter" distributionSourceDir="E:/Aric Sun/自学技术/FirstKeyFrameFilter/out/artifacts/FirstKeyFrameFilter_jar" />
<executable name="FirstKeyFrameFilter" wrapperType="embed" executableDir="." executableMode="console" singleInstance="true">
<versionInfo include="true" fileDescription="缺帧flv处理程序" legalCopyright="zsunqian69@gmail.com" companyName="Avengers" productVersion="1.1.0-20.10.8" />
</executable>
<java mainClass="Main" minVersion="1.6" maxVersion="1.8" allowBetaVM="true">
<searchSequence>
<directory location="./jre1.8.0_161" />
<registry />
<envVar name="JAVA_HOME" />
</searchSequence>
<classPath>
<archive location="./FirstKeyFrameFilter.jar" failOnError="false" />
</classPath>
</java>
</exe4j>