Bintray distribution infrastructure & Java wrapper for the appx utility.
- 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
Open the appx-dist
Gradle project in your favourite IDE (tested with NetBeans 8.2) and build it
by calling the assemble
task.
Navigate to the Gradle project (e.g., path/to/appx-dist
) and enter the following command
sh gradlew assemble
gradlew assemble
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