docs: update references to Electron Packager (#40480)
This commit is contained in:
parent
d504d150ef
commit
2677f36db1
11 changed files with 23 additions and 23 deletions
|
@ -44,7 +44,7 @@
|
|||
<h3>Packaging</h3>
|
||||
<p>This feature will only work on macOS when your app is packaged. It will not work when you're launching it in
|
||||
development from the command-line. When you package your app you'll need to make sure the macOS <code>plist</code>
|
||||
for the app is updated to include the new protocol handler. If you're using <code>electron-packager</code> then you
|
||||
for the app is updated to include the new protocol handler. If you're using <code>@electron/packager</code> then you
|
||||
can add the flag <code>--extend-info</code> with a path to the <code>plist</code> you've created. The one for this
|
||||
app is below:</p>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue