mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix package name format in README
This commit is contained in:
@@ -25,10 +25,10 @@ macOS version has an installer, Linux packages can be installed via the command
|
|||||||
|
|
||||||
````sh
|
````sh
|
||||||
# Debian/Ubuntu
|
# Debian/Ubuntu
|
||||||
sudo dpkg -i fx_cast_bridge.deb
|
sudo dpkg -i fx_cast_bridge-<version>-<arch>.deb
|
||||||
|
|
||||||
# Fedora
|
# Fedora
|
||||||
sudo dnf install fx_cast_bridge-<version>.<arch>.rpm
|
sudo dnf install fx_cast_bridge-<version>-<arch>.rpm
|
||||||
````
|
````
|
||||||
|
|
||||||
### Package managers
|
### Package managers
|
||||||
@@ -110,7 +110,7 @@ npm run start --prefix ./ext
|
|||||||
Packaging currently only possible for macOS/Linux. macOS packages can only be created on macOS, Linux .deb/.rpm packages can be built on any platform with `dpkg-deb` and `rpmbuild` binaries.
|
Packaging currently only possible for macOS/Linux. macOS packages can only be created on macOS, Linux .deb/.rpm packages can be built on any platform with `dpkg-deb` and `rpmbuild` binaries.
|
||||||
|
|
||||||
* #### `dist/app/`
|
* #### `dist/app/`
|
||||||
... contains the installer package: `fx_cast_bridge.(pkg|deb|rpm|exe)`
|
... contains the installer package: `fx_cast_bridge-<version>-<arch>.(pkg|deb|rpm|exe)`
|
||||||
* #### `dist/ext/`
|
* #### `dist/ext/`
|
||||||
... contains the built extension in the format `fx_cast-<version>.zip`.
|
... contains the built extension in the format `fx_cast-<version>.zip`.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user