-
Notifications
You must be signed in to change notification settings - Fork 0
/
launch4j-settings.xml
38 lines (38 loc) · 1.33 KB
/
launch4j-settings.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>gui</headerType>
<jar>D:\project-2024\java\SNotepad\dist\snpad-engine.jar</jar>
<outfile>D:\project-2024\java\SNotepad\dist\snotepad.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>D:\project-2024\java\SNotepad\src\images\snotepad.ico</icon>
<jre>
<path>%JAVA_HOME%;%PATH%</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion></minVersion>
<maxVersion></maxVersion>
</jre>
<versionInfo>
<fileVersion>1.0.0.1</fileVersion>
<txtFileVersion>1.0.0.1</txtFileVersion>
<fileDescription>SNPAD - SNotepad</fileDescription>
<copyright>FGroupIndonesia</copyright>
<productVersion>1.0.0.1</productVersion>
<txtProductVersion>1.0.0.1</txtProductVersion>
<productName>SNPAD - SNotepad</productName>
<companyName>FGroupIndonesia</companyName>
<internalName>snpad</internalName>
<originalFilename>snotepad.exe</originalFilename>
<trademarks>SNPAD - SNotepad</trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>