...
Code Block | ||||
---|---|---|---|---|
| ||||
<info> <appname>Super extractor</appname> <appversion>2.1 beta 6</appversion> <url>http://www.superextractor.com/</url> <webdir>http://www.superextractor.com/download</url>webdir> </info> |
By default, the compiler will create a standard installer even if webdir
is specified. The web installer can be generated with the web
option like this:
...
compile installer.xml -k web
...
All these variants of compiling will generate a jar for each pack and an installer jar. For instance, the sample installation will generate those 4 jars.
...