Skip to content

Commit 561cad9

Browse files
committed
missing comma
1 parent ba5221d commit 561cad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/makers/msix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
manifestVariables: {
3434
publisher: 'Electron Dev'
3535
},
36-
cert: 'C:\\cert.pfx'
36+
cert: 'C:\\cert.pfx',
3737
cert_pass: '12345'
3838
}
3939
}

0 commit comments

Comments
 (0)