Mercurial > cgi-bin > hgweb.cgi > JpegWasher
view package-files/windows/jpegwasher_l4j.xml @ 47:92b60ab62515
Rename so it doesn't look like an M$ word file.
author | David Barts <davidb@stashtea.com> |
---|---|
date | Mon, 04 May 2020 11:06:44 -0700 |
parents | c9cf2b01c91c |
children |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <launch4jConfig> <headerType>gui</headerType> <outfile>@dist.home@/@app.name@.exe</outfile> <jar>@jar.filename@</jar> <errTitle>@app.name@</errTitle> <stayAlive>true</stayAlive> <icon>@base.dir@/@app.name@.ico</icon> <classPath> <mainClass>@app.entry@</mainClass> </classPath> <jre> <minVersion>@target.java.version@.0</minVersion> <jdkPreference>preferJdk</jdkPreference> </jre> <versionInfo> <copyright>@app.copyright@</copyright> <fileDescription>JpegWasher: Privacy for your photos.</fileDescription> <fileVersion>@l4j.version@</fileVersion> <internalName>@app.name@</internalName> <language>ENGLISH_US</language> <originalFilename>@app.name@.exe</originalFilename> <productName>@app.name@</productName> <productVersion>@l4j.version@</productVersion> <txtFileVersion>@app.version@</txtFileVersion> <txtProductVersion>@app.version@</txtProductVersion> </versionInfo> </launch4jConfig>