lbry-desktop/ui/util/autoLaunch.js

9 lines
153 B
JavaScript
Raw Normal View History

2019-11-19 17:55:56 +01:00
// @if TARGET='app'
2019-11-18 19:30:15 +01:00
const AutoLaunch = require('auto-launch');
export const launcher = new AutoLaunch({
name: 'lbry',
2019-11-18 19:30:15 +01:00
isHidden: true,
});
2019-11-19 17:55:56 +01:00
// @endif