Skip to content

Commit

Permalink
Merge pull request #70 from taktik/maintenance/various-fixes
Browse files Browse the repository at this point in the history
Cleaning
  • Loading branch information
phil1618 authored Aug 26, 2024
2 parents db77c43 + ae1f2f8 commit 3a66b67
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 16 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ filters
.idea
.vscode
.editorconfig
.vs
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,12 +150,12 @@ nvm use && rm -rf node_modules && npm run setup-widevine && npm run build && npm
### Build for Windows (On Windows)
Attention: use ffmpeg-static 3.0.0
```
nvm use 18.16.1 ; rd .\node_modules -Recurse -Force ; npm run setup ; npm run build ; npm run cw
nvm use 20.14.0 ; rd .\node_modules -Recurse -Force ; npm run setup ; npm run build ; npm run cw
```
### Build for Windows with Widevine support (On Windows)
Attention: use ffmpeg-static 3.0.0
```
nvm use 18.16.1 ; rd .\node_modules -Recurse -Force ; npm run setup-widevine ; npm run build ; npm run cww
nvm use 20.14.0 ; rd .\node_modules -Recurse -Force ; npm run setup-widevine ; npm run build ; npm run cww
```

### Helpers (linux/OSX only)
Expand Down
28 changes: 14 additions & 14 deletions package-lock.json

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

0 comments on commit 3a66b67

Please sign in to comment.