You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/msix-assets/README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# Windows Development CLI MSIX Installation
2
2
3
-
This package contains a pre-release development build of the Windows Development CLI MSIX bundle.
3
+
This package contains a pre-release development build of the Windows Development CLI MSIX packages.
4
4
5
-
> **Note:** The MSIX bundle is signed with a dev certificate. This is temporary until we can sign with a proper certificate. Installing via the `install.cmd` script will install the dev certificate on your machine.
5
+
> **Note:** The MSIX packages are signed with a dev certificate. This is temporary until we can sign with a proper certificate. Installing via the `install.cmd` script will install the dev certificate on your machine.
6
6
7
7
## Quick Installation
8
8
@@ -14,7 +14,8 @@ This package contains a pre-release development build of the Windows Development
14
14
15
15
## What's Included
16
16
17
-
-**winapp_[version].msixbundle** - The MSIX bundle with x64 and ARM64 packages
17
+
-**winappcli_[version]_x64.msix** - The MSIX package for x64 architecture
18
+
-**winappcli_[version]_arm64.msix** - The MSIX package for ARM64 architecture
0 commit comments