Fix README formatting

This commit is contained in:
hensm
2022-04-21 14:17:59 +01:00
parent 241080d041
commit 40d2051a2b

View File

@@ -174,9 +174,9 @@ Build and package extension and bridge application for current platform:
$ npm run package
```
- `dist/app/`
- `dist/app/`
... contains the installer package: `fx_cast_bridge-<version>-<arch>.(pkg|deb|rpm|exe)`
- `dist/ext/`
- `dist/ext/`
... contains the built extension archive: `fx_cast-<version>.xpi`.
Packaging examples:
@@ -190,9 +190,7 @@ $ npm run package:app -- -- --packageType=deb
$ npm run package:app -- -- --packageType=rpm
```
#### Bridge package script arguments
_**Note**: Includes the build script arguments._
Bridge package script arguments (includes the build script arguments):
- `--packageType` `"deb"`,`"rpm"`
Select the package type. Defaults to `deb`. Only relevant when building for Linux.