madiator.com/ui/util/autoLaunch.js

9 lines
153 B
JavaScript
Raw Normal View History

2021-08-16 12:11:25 +02:00
// @if TARGET='app'
const AutoLaunch = require('auto-launch');
export const launcher = new AutoLaunch({
name: 'lbry',
isHidden: true,
});
// @endif