https://github.com/maulingmonkey/appx
manage appx packages
https://github.com/maulingmonkey/appx
appx rust
Last synced: over 1 year ago
JSON representation
manage appx packages
- Host: GitHub
- URL: https://github.com/maulingmonkey/appx
- Owner: MaulingMonkey
- License: other
- Created: 2020-11-06T05:18:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-06T05:25:46.000Z (over 5 years ago)
- Last Synced: 2025-03-24T15:11:23.577Z (over 1 year ago)
- Topics: appx, rust
- Language: Rust
- Homepage:
- Size: 18.6 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# appx - manage [appx packages]
[](https://github.com/MaulingMonkey/appx)
[](https://crates.io/crates/appx)
[](https://docs.rs/appx)
[](https://github.com/MaulingMonkey/appx)
[](https://github.com/MaulingMonkey/appx/actions?query=workflow%3Arust)
Find, enumerate, and install [appx packages]
Intended to be an unholy conglomeration of:
* direct registry access
* `powershell ...` command line
* [winrt]?
TODO
* [winrt] support for app sandbox compatability / progress monitoring?
* [makeappx] support?
* Commands: `pack`, `unpack`, `bundle`, `unbundle`, `encrypt`, `decrypt`, ...
* Binary location?
* Mapping file generation?
* [signtool] support?
License
Licensed under either of
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.
[appx packages]: https://docs.microsoft.com/en-us/windows/msix/package/packaging-uwp-apps
[winrt]: https://docs.rs/winrt/
[makeappx]: https://docs.microsoft.com/en-us/windows/win32/appxpkg/make-appx-package--makeappx-exe-
[signtool]: https://docs.microsoft.com/en-us/windows/win32/seccrypto/signtool