export const homepage = 'https://mifi.no/losslesscut/'; export const githubLink = 'https://github.com/mifi/lossless-cut/'; export const getReleaseUrl = (version: string) => `https://github.com/mifi/lossless-cut/releases/tag/v${version}`; export const licensesPage = 'https://losslesscut.mifi.no/licenses.txt';