Mercurial > cgi-bin > hgweb.cgi > JpegWasher
annotate package-files/windows/jpegwasher_l4j.xml @ 43:8aada13933c6
exif -> jpeg
author | davidb |
---|---|
date | Sat, 02 May 2020 10:48:17 -0700 |
parents | package-files/windows/exifwasher_l4j.xml@4076f1bbf21d |
children | c9cf2b01c91c |
rev | line source |
---|---|
34
d175593317a8
Add a bunch of packaging stuff, NOT WORKING YET,
David Barts <n5jrn@me.com>
parents:
diff
changeset
|
1 <?xml version="1.0" encoding="UTF-8"?> |
d175593317a8
Add a bunch of packaging stuff, NOT WORKING YET,
David Barts <n5jrn@me.com>
parents:
diff
changeset
|
2 <launch4jConfig> |
42 | 3 <headerType>gui</headerType> |
4 <outfile>@dist.home@/@app.name@.exe</outfile> | |
5 <jar>@jar.filename@</jar> | |
6 <errTitle>@app.name@</errTitle> | |
7 <stayAlive>true</stayAlive> | |
8 <icon>@base.dir@/@app.name@.ico</icon> | |
9 <classPath> | |
10 <mainClass>@app.entry@</mainClass> | |
11 </classPath> | |
12 <jre> | |
13 <minVersion>@target.java.version@.0</minVersion> | |
14 <jdkPreference>preferJdk</jdkPreference> | |
15 </jre> | |
16 <versionInfo> | |
17 <copyright>@app.copyright@</copyright> | |
18 <fileDescription>JpegWasher—Privacy for your photos.</fileDescription> | |
19 <fileVersion>@l4j.version@</fileVersion> | |
20 <internalName>@app.name@</internalName> | |
21 <language>ENGLISH_US</language> | |
22 <originalFilename>@app.name@.exe</originalFilename> | |
23 <productName>@app.name@</productName> | |
24 <productVersion>@l4j.version@</productVersion> | |
25 <txtFileVersion>@app.version@</txtFileVersion> | |
26 <txtProductVersion>@app.version@</txtProductVersion> | |
27 </versionInfo> | |
34
d175593317a8
Add a bunch of packaging stuff, NOT WORKING YET,
David Barts <n5jrn@me.com>
parents:
diff
changeset
|
28 </launch4jConfig> |