(Quick Reference)

13.1 Zip - Reference Documentation

Authors: Andres Almiray

Version: 1.2.0

13.1 Zip

Packages the application using a conventional directory layout as found typically in Un*x packages. The directory layout is as follows:
  • [root] - contains all files available at griffon-app/conf/dist/shared
    • bin - binary launchers (Windows and Un*x)
    • lib - application jars

The application launcher will bear the name of the application.

Run it with the following command

griffon package zip

Arguments: None

Configuration options: None