mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<launch4jConfig>
|
|
<dontWrapJar>false</dontWrapJar>
|
|
<headerType>gui</headerType>
|
|
<jar>FILENAME_IN</jar>
|
|
<outfile>FILENAME_OUT</outfile>
|
|
<errTitle>Angry IP Scanner</errTitle>
|
|
<priority>normal</priority>
|
|
<downloadUrl>http://java.com/download</downloadUrl>
|
|
<supportUrl>http://www.angryip.org/</supportUrl>
|
|
<customProcName>true</customProcName>
|
|
<stayAlive>false</stayAlive>
|
|
<manifest>../ext/launch4j/ipscan.manifest</manifest>
|
|
<icon>../resources/images/icon.ico</icon>
|
|
<jre>
|
|
<minVersion>1.6.0</minVersion>
|
|
</jre>
|
|
<versionInfo>
|
|
<fileVersion>3.0.0.0</fileVersion>
|
|
<txtFileVersion>VERSION</txtFileVersion>
|
|
<fileDescription>Angry IP Scanner - fast and friendly network scanner</fileDescription>
|
|
<copyright>Anton Keks</copyright>
|
|
<productVersion>3.2.0.0</productVersion>
|
|
<txtProductVersion>VERSION</txtProductVersion>
|
|
<productName>Angry IP Scanner</productName>
|
|
<internalName>ipscan</internalName>
|
|
<originalFilename>ipscan.exe</originalFilename>
|
|
</versionInfo>
|
|
</launch4jConfig> |