kopia lustrzana https://github.com/mifi/lossless-cut
rodzic
3f502a8944
commit
c8ed94ad62
|
@ -1,6 +1,6 @@
|
||||||
# Contributing
|
# Contributing
|
||||||
|
|
||||||
## Development setup
|
## Development environment setup
|
||||||
|
|
||||||
This app is built using Electron.
|
This app is built using Electron.
|
||||||
Make sure you have at least Node v16. The app uses ffmpeg from PATH when developing.
|
Make sure you have at least Node v16. The app uses ffmpeg from PATH when developing.
|
||||||
|
@ -126,18 +126,26 @@ Links:
|
||||||
yarn scan-i18n
|
yarn scan-i18n
|
||||||
```
|
```
|
||||||
|
|
||||||
### Licenses
|
### Generate license summary
|
||||||
|
|
||||||
#### Generate summary
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npx license-checker --summary
|
npx license-checker --summary
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Regenerate licenses file
|
### Regenerate licenses file
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
yarn generate-licenses
|
yarn generate-licenses
|
||||||
#cp licenses.txt losslesscut.mifi.no/public/
|
#cp licenses.txt losslesscut.mifi.no/public/
|
||||||
```
|
```
|
||||||
Then deploy.
|
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)
|
## [Known issues, limitations, troubleshooting, FAQ](issues.md)
|
||||||
|
|
||||||
## [Contributing](developer-notes.md)
|
## [Contributing](CONTRIBUTING.md)
|
||||||
|
|
||||||
## [Translation](translation.md)
|
## [Translation](translation.md)
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue