-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRemindMe_convert_to_exe_launch4j.xml
More file actions
41 lines (41 loc) · 1.56 KB
/
Copy pathRemindMe_convert_to_exe_launch4j.xml
File metadata and controls
41 lines (41 loc) · 1.56 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\RemindMe\target\RemindMe-1.0-SNAPSHOT-jar-with-dependencies.jar</jar>
<outfile>C:\Users\Dennis\Documents\Programmazione\RemindMe\RemindMe.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\RemindMe\src\main\resources\res\img\logo.ico</icon>
<classPath>
<mainClass>remindme.MainApp</mainClass>
</classPath>
<jre>
<path>jre</path>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>1.4.0</minVersion>
<maxVersion></maxVersion>
</jre>
<versionInfo>
<fileVersion>1.2.2.0</fileVersion>
<txtFileVersion>2.0.RC1</txtFileVersion>
<fileDescription>A lightweight executable that schedules and triggers custom, recurring reminders via pop-up notifications. </fileDescription>
<copyright>Copyright © 2026 Shard</copyright>
<productVersion>1.2.2.0</productVersion>
<txtProductVersion>2.0.RC1</txtProductVersion>
<productName>Remind Me</productName>
<companyName>Shard</companyName>
<internalName>RemindMe</internalName>
<originalFilename>RemindMe.exe</originalFilename>
<trademarks></trademarks>
<language>ENGLISH_US</language>
</versionInfo>
</launch4jConfig>