From 40d2051a2bd96b9282a38148fabb540fdcfcaa72 Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 21 Apr 2022 14:17:59 +0100 Subject: [PATCH] Fix README formatting --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b7f9ce..8535712 100644 --- a/README.md +++ b/README.md @@ -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--.(pkg|deb|rpm|exe)` -- `dist/ext/` +- `dist/ext/` ... contains the built extension archive: `fx_cast-.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.