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: README.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Electron-Windows-MSIX is a module that lets you create an MSIX installer from a
13
13
### Installation
14
14
15
15
```
16
-
npm install electron-windows-msix
16
+
npm install electron-windows-msix --save-dev
17
17
```
18
18
19
19
## Usage
@@ -53,7 +53,7 @@ packageMinOSVersion - The minimum OS version the MSIX package requires. Th
53
53
packageMaxOSVersionTested - The maximum OS version the MSIX package has been tested on. This will be used to set the MaxVersionTested attribute in the TargetDeviceFamily element in the AppxManifest.xml.
54
54
```
55
55
56
-
####Minimal example that creates a manifest and a dev cert
56
+
### Minimal example that creates a manifest and a dev cert
0 commit comments