lbry-desktop/ui/util/autoLaunch.js
2019-12-17 13:38:09 -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