Skip to content

miho/appx-dist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appx-dist

Download

Bintray distribution infrastructure & Java wrapper for the appx utility.

How to Build appx-dist

Requirements

  • Java >= 1.8
  • Internet connection (dependencies are downloaded automatically)
  • IDE: Gradle Plugin (not necessary for command line usage)
  • local appx executable that shall be added to the distribution

IDE

Open the appx-dist Gradle project in your favourite IDE (tested with NetBeans 8.2) and build it by calling the assemble task.

Command Line

Navigate to the Gradle project (e.g., path/to/appx-dist) and enter the following command

Bash (Linux/OS X/Cygwin/other Unix-like shell)

sh gradlew assemble

Windows (CMD)

gradlew assemble

Distribution Layout

Distributions layout looks as follows:

.
└── appx
    └── bin
        └── appx[.exe]

Distributions are are packaged as appx.zip. The locations for distributions are:

.
└── src
    └── main
        └── resources
            └── eu
                └── mihosoft
                    └── vappx
                        └── appxdist
                            ├── linux
                            │   |── x64
                            │   |   └── appx.zip
                            |   └── x86
                            │       └── appx.zip
                            ├── osx
                            │   └── appx.zip
                            └── windows
                                |── x64
                                |   └── appx.zip
                                └── x86
                                    └── appx.zip

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published