Package/Unpackage easely your DesktopBridge Apps
Перейти к файлу
microsoft-github-policy-service[bot] 6fb3c7623a
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 20:26:09 +00:00
RepackageForWindows10S Fixe /l for extrating bundle files 2018-01-10 13:07:57 +01:00
.gitignore Initial commit 2017-07-18 14:55:52 +02:00
LICENSE Initial commit 2018-04-09 14:27:29 -07:00
README.md Update README.md 2018-04-09 23:53:46 +02:00
SECURITY.md Microsoft mandatory file 2023-06-02 19:08:46 +00:00

README.md

DesktopBridgeRepack

Unpack, Repack and test your Desktop Bridge Apps Easely

MakeAPPXForWin10S.cmd tool

The cmd just take an Appx/Bundle filename as parameter. It "repackages" and signs it with the Store AppxTestRootAgency certificate provided in the documentation

Usage and details are available in the RepackageForWindows10S folder of this repo

RepackageAPPXFolderForWin10S.cmd tool

The cmd takes a folder path as paramater. The folder path is the extracted content for an Appx/Bundle. This tool is useful if you need to modify manually some files like the manifest or assets. The purpose is to repackage the folder into an Appx/Bundle and sign it using the Store AppxTestRootAgency certificate.

Usage and details are available in the RepackageForWindows10S folder of this repo

Notes

The direct link for downloading the AppxTestRootAgency Store certificate is https://go.microsoft.com/fwlink/?linkid=849018

The script uses Application Insights for strictly anonymous usage reports. There is no personal data collected. You are free to comment in scripts the lines using '$client' to remove any Application Insights usage.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.microsoft.com.

When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.