1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 18:32:34 +01:00
lossless-cut/public/constants.js
Mikael Finstad 56359c1b41 update links
2020-04-05 18:32:21 +08:00

10 lines
244 B
JavaScript

const homepage = 'https://mifi.no/losslesscut/';
const githubLink = 'https://github.com/mifi/lossless-cut/';
const releasesPage = 'https://github.com/mifi/lossless-cut/releases';
module.exports = {
homepage,
releasesPage,
githubLink,
};