rename developer-notes to contributing

and improve
pull/2119/head
Mikael Finstad 2024-10-06 16:24:26 +02:00
rodzic 3f502a8944
commit c8ed94ad62
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
2 zmienionych plików z 14 dodań i 6 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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)