Skip to content

Commit

Permalink
electron: Fix node generator command
Browse files Browse the repository at this point in the history
  • Loading branch information
bbhtt authored and TingPing committed Jan 22, 2024
1 parent 6ab9358 commit 86962f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/electron.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ file contains information about the packages that an application depends on, and
can be generated by running ``npm install --package-lock-only`` from an
application's root directory. The script is then run as follows::

$ python3 flatpak-node-generator.py npm --xdg-layout package-lock.json
$ flatpak-node-generator npm package-lock.json

This generates the manifest JSON needed to build the NPM/Yarn
packages for the application, which are outputted to a file called
Expand Down

0 comments on commit 86962f4

Please sign in to comment.