improve devnotes

pull/1001/head
Mikael Finstad 2022-01-18 14:09:14 +07:00
rodzic 2c9705b20b
commit 6449f39fe0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 25AB36E3E81CBC26
1 zmienionych plików z 14 dodań i 4 usunięć

Wyświetl plik

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