Skip to content

Commit 4e805b6

Browse files
authored
Fix formatting of windowsSignOptions in msix.md
1 parent 8b379f6 commit 4e805b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/makers/msix.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ module.exports = {
3939
manifestVariables: {
4040
publisher: 'Electron Dev'
4141
},
42-
windowsSignOptions : {
42+
windowsSignOptions: {
4343
certificateFile: 'C:\\devcert.pfx',
44-
certificatePassword: "122345"
44+
certificatePassword: '122345'
4545
}
4646
}
4747
}

0 commit comments

Comments
 (0)