fix autolaunch after changing linux cmd capitalization
This commit is contained in:
parent
12a0e1afd7
commit
4ffdb34230
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
const AutoLaunch = require('auto-launch');
|
const AutoLaunch = require('auto-launch');
|
||||||
|
|
||||||
export const launcher = new AutoLaunch({
|
export const launcher = new AutoLaunch({
|
||||||
name: 'LBRY',
|
name: 'lbry',
|
||||||
isHidden: true,
|
isHidden: true,
|
||||||
});
|
});
|
||||||
// @endif
|
// @endif
|
||||||
|
|
Loading…
Reference in a new issue