mirror of
https://github.com/mifi/lossless-cut.git
synced 2024-11-21 18:02:35 +01:00
update licenses path
This commit is contained in:
parent
e78ff7593e
commit
0113d79e0c
@ -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.
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user