1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00

improve devnotes

This commit is contained in:
Mikael Finstad 2022-01-18 14:09:14 +07:00
parent 2c9705b20b
commit 6449f39fe0
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

View File

@ -43,18 +43,28 @@ For per-platform build/signing setup, see https://blog.mifi.no/2020/03/31/automa
- Bump [snap version](https://snapcraft.io/losslesscut/listing)
- `npm run scan-i18n` to get the newest Englist strings and push so weblate gets them
## Licenses
## Maintainence chores
### Generate summary
### Keep dependencies up to date
- ffmpeg
- electron
- package.json
### i18n
`npm run scan-i18n`
### Licenses
#### Generate summary
```
npx license-checker --summary
```
### Regenerate licenses file
#### Regenerate licenses file
```
npm run generate-licenses
#cp licenses.txt mifi.no/public/losslesscut/
```
Then deploy.
Then deploy.