madiator.com/ui/util/autoLaunch.js
2021-08-16 12:11:25 +02:00

9 lines
153 B
JavaScript

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