Skip to content

Commit

Permalink
remove p7zip/7zr, upgrade deps & dev deps, 4.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jun 15, 2020
1 parent 7199929 commit 5dcb1c0
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 14 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ addons:
apt:
packages:
- unzip
- p7zip
- tar
script:
- npm test
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $ npm install ffmpeg-static

### Electron & other cross-platform packaging tools

Because `ffmpeg-static` will download a binary specific to the OS/platform, you need to purge `node_modules` before (re-)packaging your app *for a different OS/platform* (read more in #35)(https://github.com/eugeneware/ffmpeg-static/issues/35#issuecomment-630225392).
Because `ffmpeg-static` will download a binary specific to the OS/platform, you need to purge `node_modules` before (re-)packaging your app *for a different OS/platform* ([read more in #35](https://github.com/eugeneware/ffmpeg-static/issues/35#issuecomment-630225392)).

## Example Usage

Expand Down Expand Up @@ -59,4 +59,4 @@ This npm package includes statically linked binaries that are produced by the fo

## Building the project

The `unzip`, `tar` and `7zr` CLI executables need to be installed. On macOS, use `brew install p7zip gnu-tar xz`.
The `unzip`, `tar` CLI executables need to be installed. On macOS, use `brew install gnu-tar xz`.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffmpeg-static",
"version": "4.2.3",
"version": "4.2.4",
"description": "ffmpeg static binaries for Mac OSX and Linux and Windows",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 5dcb1c0

Please sign in to comment.