1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-23 02:42:37 +01:00
lossless-cut/public/constants.js
Mikael Finstad 39d06ee395
link directly to version
on new release
2021-12-02 00:19:37 +07:00

12 lines
356 B
JavaScript

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';
module.exports = {
homepage,
getReleaseUrl,
githubLink,
licensesPage,
};