kopia lustrzana https://github.com/mifi/lossless-cut
rodzic
3f502a8944
commit
c8ed94ad62
|
@ -1,6 +1,6 @@
|
|||
# Contributing
|
||||
|
||||
## Development setup
|
||||
## Development environment setup
|
||||
|
||||
This app is built using Electron.
|
||||
Make sure you have at least Node v16. The app uses ffmpeg from PATH when developing.
|
||||
|
@ -126,18 +126,26 @@ Links:
|
|||
yarn scan-i18n
|
||||
```
|
||||
|
||||
### Licenses
|
||||
|
||||
#### Generate summary
|
||||
### Generate license summary
|
||||
|
||||
```bash
|
||||
npx license-checker --summary
|
||||
```
|
||||
|
||||
#### Regenerate licenses file
|
||||
### Regenerate licenses file
|
||||
|
||||
```bash
|
||||
yarn generate-licenses
|
||||
#cp licenses.txt losslesscut.mifi.no/public/
|
||||
```
|
||||
Then deploy.
|
||||
|
||||
### Dependabot
|
||||
|
||||
https://github.com/mifi/lossless-cut/security/dependabot
|
||||
|
||||
## ffmpeg builds
|
||||
|
||||
- https://github.com/BtbN/FFmpeg-Builds
|
||||
- https://www.gyan.dev/ffmpeg/builds/
|
||||
- https://github.com/m-ab-s/media-autobuild_suite
|
|
@ -174,7 +174,7 @@ Codecs and formats not listed above can still be converted to a supported format
|
|||
|
||||
## [Known issues, limitations, troubleshooting, FAQ](issues.md)
|
||||
|
||||
## [Contributing](developer-notes.md)
|
||||
## [Contributing](CONTRIBUTING.md)
|
||||
|
||||
## [Translation](translation.md)
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue