Skip to content

Commit 543bae5

Browse files
authored
Merge pull request #71 from microsoft/nmetulev/sample-update
Updating sample
2 parents 7d408b0 + 649f6ff commit 543bae5

File tree

3 files changed

+3
-10
lines changed

3 files changed

+3
-10
lines changed

samples/electron/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# winapp Electron Sample
1+
# Electron Sample
22

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

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

samples/electron/package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build-addon": "node-gyp clean configure build --directory=addon",
1313
"setup-debug": "winapp node add-electron-debug-identity",
1414
"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",
15-
"postinstall": "winapp restore && winapp cert generate && npm run setup-debug"
15+
"postinstall": "winapp restore && winapp cert generate --if-exists skip && npm run setup-debug"
1616
},
1717
"keywords": [],
1818
"author": "Sample Author",

0 commit comments

Comments
 (0)