lbry-desktop/ui/util/autoLaunch.js
2019-11-19 22:22:24 -05:00

9 lines
153 B
JavaScript

// @if TARGET='app'
const AutoLaunch = require('auto-launch');
export const launcher = new AutoLaunch({
name: 'LBRY',
isHidden: true,
});
// @endif