lbry-desktop/ui/util/autoLaunch.js
2019-11-18 15:00:00 -05:00

6 lines
123 B
JavaScript

const AutoLaunch = require('auto-launch');
export const launcher = new AutoLaunch({
name: 'LBRY',
isHidden: true,
});