https://github.com/ghost1372/winuibundlemaker
WinUI3 Bundle Maker
https://github.com/ghost1372/winuibundlemaker
Last synced: over 1 year ago
JSON representation
WinUI3 Bundle Maker
- Host: GitHub
- URL: https://github.com/ghost1372/winuibundlemaker
- Owner: ghost1372
- License: mit
- Created: 2024-03-08T10:20:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-11T11:28:26.000Z (over 2 years ago)
- Last Synced: 2024-11-04T16:49:44.771Z (over 1 year ago)
- Language: C#
- Size: 173 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WinUIBundleMaker
WinUI3 Bundle Maker
An MSIX bundle is made up of multiple MSIX packages and it can reduce the size of the app that users download. App bundles are helpful for different architectures, language-specific assets, varying image-scale assets, or resources that apply to specific devices. By bundling multiple architectures versions of your application into one entity, only the bundle needs to be uploaded to your distribution location (instead of having one for each architecture).
currently visual studio can not bundle winui 3 app, so you can use this app and bundle your winui 3 app into msixbundle file