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

update licenses path

This commit is contained in:
Mikael Finstad 2022-09-04 15:04:18 +02:00
parent e78ff7593e
commit 0113d79e0c
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26
2 changed files with 2 additions and 2 deletions

View File

@ -73,6 +73,6 @@ npx license-checker --summary
```
npm run generate-licenses
#cp licenses.txt mifi.no/public/losslesscut/
#cp licenses.txt losslesscut.mifi.no/public//
```
Then deploy.

View File

@ -1,7 +1,7 @@
const homepage = 'https://mifi.no/losslesscut/';
const githubLink = 'https://github.com/mifi/lossless-cut/';
const getReleaseUrl = (version) => `https://github.com/mifi/lossless-cut/releases/tag/v${version}`;
const licensesPage = 'https://mifi.no/losslesscut/licenses.txt';
const licensesPage = 'https://losslesscut.mifi.no/licenses.txt';
module.exports = {
homepage,