1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 10:22:31 +01:00
lossless-cut/public/constants.js
Mikael Finstad 8a9438847b fix menus and version check #239 #274
also improve help
2020-03-26 19:04:36 +08:00

8 lines
178 B
JavaScript

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