Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions samples/electron/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# winapp Electron Sample
# Electron Sample

This sample demonstrates usage of the winapp npm package with an Electron app.
This sample demonstrates usage of the @microsoft/winappcli npm package with an Electron app.

The sample is a default Electron Forge generated application with the following modifications:

Expand Down
7 changes: 0 additions & 7 deletions samples/electron/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion samples/electron/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"build-addon": "node-gyp clean configure build --directory=addon",
"setup-debug": "winapp node add-electron-debug-identity",
"package-msix": "npm run build-addon && npm run package & winapp package ./out/sample-electron-app-win32-arm64/ --output ./out --cert ./devcert.pfx --manifest appxmanifest.xml",
"postinstall": "winapp restore && winapp cert generate && npm run setup-debug"
"postinstall": "winapp restore && winapp cert generate --if-exists skip && npm run setup-debug"
},
"keywords": [],
"author": "Sample Author",
Expand Down