fix autolaunch after changing linux cmd capitalization

This commit is contained in:
Alex Grintsvayg 2019-12-17 13:38:09 -05:00
parent 12a0e1afd7
commit 4ffdb34230
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -2,7 +2,7 @@
const AutoLaunch = require('auto-launch');
export const launcher = new AutoLaunch({
name: 'LBRY',
name: 'lbry',
isHidden: true,
});
// @endif