-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlauncher.xml
33 lines (33 loc) · 1.28 KB
/
launcher.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
<?xml version="1.0" encoding="windows-1252"?>
<launch4jConfig>
<dontWrapJar>true</dontWrapJar>
<headerType>gui</headerType>
<jar>Launcher.jar</jar>
<outfile>Launcher.exe</outfile>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>https://www.oracle.com/java/technologies/javase-downloads.html</downloadUrl>
<supportUrl>http://www.maknoon.com</supportUrl>
<stayAlive>false</stayAlive>
<icon>images.nsis\icon.ico</icon>
<jre>
<path>jdk</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<jdkPreference>jdkOnly</jdkPreference>
<runtimeBits>64</runtimeBits>
</jre>
<versionInfo>
<fileVersion>2.1.0.0</fileVersion>
<txtFileVersion>2.1</txtFileVersion>
<fileDescription>ÈÑäÇãÌ ãÝåÑÓ ÇáãÎØæØÇÊ</fileDescription>
<copyright>©2021 Maknoon Apps</copyright>
<productVersion>2.1.0.0</productVersion>
<txtProductVersion>2.1</txtProductVersion>
<productName>ãÝåÑÓ ÇáãÎØæØÇÊ</productName>
<companyName>ÈÑÇãÌ ãßäæä</companyName>
<internalName>ãÝåÑÓ ÇáãÎØæØÇÊ</internalName>
<originalFilename>Launcher.exe</originalFilename>
<language>ARABIC</language>
</versionInfo>
</launch4jConfig>