-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBackupManager_convert_to_exe_launch4j.xml
More file actions
41 lines (41 loc) · 1.54 KB
/
BackupManager_convert_to_exe_launch4j.xml
File metadata and controls
41 lines (41 loc) · 1.54 KB
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
39
40
41
<?xml version="1.0" encoding="UTF-8"?>
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>gui</headerType>
<jar>C:\Users\Dennis\Documents\Programmazione\BackupManager\target\BackupManager-1.0-SNAPSHOT-jar-with-dependencies.jar</jar>
<outfile>C:\Users\Dennis\Documents\Programmazione\BackupManager\BackupManager.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl></downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
<manifest></manifest>
<icon>C:\Users\Dennis\Documents\Programmazione\BackupManager\src\main\resources\res\img\logo.ico</icon>
<classPath>
<mainClass>backupmanager.MainApp</mainClass>
</classPath>
<jre>
<path>jre</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>1.4.0</minVersion>
<maxVersion></maxVersion>
</jre>
<versionInfo>
<fileVersion>2.2.1.0</fileVersion>
<txtFileVersion>2.0.RC1</txtFileVersion>
<fileDescription>Backup management and automation utility</fileDescription>
<copyright>Copyright © 2024 Shard</copyright>
<productVersion>2.2.1.0</productVersion>
<txtProductVersion>2.0.RC1</txtProductVersion>
<productName>Backup Manager</productName>
<companyName>Shard</companyName>
<internalName>BackupManager</internalName>
<originalFilename>BackupManager.exe</originalFilename>
<trademarks></trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>