From 2e9d1cca9a41efce8f0bf4eb660e1a3117b11e22 Mon Sep 17 00:00:00 2001 From: Testato Date: Fri, 4 Sep 2020 17:48:57 +0200 Subject: Update main.js --- web/share/js/index/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web') diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js index bba019ff..ac6cf3fc 100644 --- a/web/share/js/index/main.js +++ b/web/share/js/index/main.js @@ -40,7 +40,7 @@ export function main() { function __setAppText() { $("app-text").innerHTML = ` # On Linux using Chromium/Chrome via any terminal:
- $
\`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome 2>/dev/null\` --app="${window.location.href}"
+ $ \`which chromium 2>/dev/null || which chrome 2>/dev/null || which google-chrome\` --app="${window.location.href}"

# On MacOS using Terminal application:
$
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"
-- cgit v1.2.3