lossless-cut/src/main/constants.ts

5 wiersze
310 B
TypeScript

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';