From 4ffdb342306bf6e53006ec26029bd9ca8fe3ac1e Mon Sep 17 00:00:00 2001 From: Alex Grintsvayg Date: Tue, 17 Dec 2019 13:38:09 -0500 Subject: [PATCH] fix autolaunch after changing linux cmd capitalization --- ui/util/autoLaunch.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/util/autoLaunch.js b/ui/util/autoLaunch.js index a8791d69a..195fed414 100644 --- a/ui/util/autoLaunch.js +++ b/ui/util/autoLaunch.js @@ -2,7 +2,7 @@ const AutoLaunch = require('auto-launch'); export const launcher = new AutoLaunch({ - name: 'LBRY', + name: 'lbry', isHidden: true, }); // @endif