-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathlaunch4j.xml
38 lines (38 loc) · 1.21 KB
/
launch4j.xml
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
35
36
37
38
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>console</headerType>
<jar>build\injector.jar</jar>
<outfile>build\injector.exe</outfile>
<errTitle/>
<cmdLine/>
<chdir>.</chdir>
<priority>high</priority>
<downloadUrl/>
<supportUrl>yapeteam.github.io</supportUrl>
<stayAlive>true</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest>UAC.manifest</manifest>
<icon/>
<jre>
<path>./jre</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>true</requires64Bit>
<minVersion>1.8</minVersion>
<maxVersion/>
</jre>
<versionInfo>
<fileVersion>1.3.3.7</fileVersion>
<txtFileVersion>1.3.3.7</txtFileVersion>
<fileDescription>YolBi Lite Development Build</fileDescription>
<copyright>Copyright (c) 2023 - 2024 Yapeteam. All Rights Reserved.</copyright>
<productVersion>1.3.3.7</productVersion>
<txtProductVersion>1.3.3.7</txtProductVersion>
<productName>YolBi Lite</productName>
<companyName>YapeTeam</companyName>
<internalName>injector</internalName>
<originalFilename>Yolbi Lite.exe</originalFilename>
<trademarks/>
<language>SIMPLIFIED_CHINESE</language>
</versionInfo>
</launch4jConfig>