Skip to content
/ VAppx Public

Appx utility library to generate Appx installation packages

License

Notifications You must be signed in to change notification settings

miho/VAppx

Repository files navigation

VAppx

Download

Appx utility library to generate Appx installation packages for the Windows 10 App Store.

Basic Usage

To use this library add the binary appx-dist dependency: Download

Creating an .appx package:

        VAppx.createPackage(new File("FolderToPack"),
                new File("MyApp.appx")).print();

Creating a signed .appx package:

        VAppx.createPackage(new File("FolderToPack"),
                new File("MyApp.appx"),
                new File("certificate.pfx")).print();

Calling appx directly:

        VAppx.execute(new File("tmp"),"-h").print();

About

Appx utility library to generate Appx installation packages

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages