summaryrefslogtreecommitdiff
path: root/web/share/js/index/main.js
diff options
context:
space:
mode:
authorTestato <[email protected]>2020-09-04 17:21:24 +0200
committerGitHub <[email protected]>2020-09-04 17:21:24 +0200
commit11220890949eae6ff55d6b88649740a3a0579c47 (patch)
tree128a4829350cbc1beeaddee6949b9d7c9da6c2c0 /web/share/js/index/main.js
parent6820c31626fbab36347979d7e636e7c9b5513801 (diff)
fixed Chrome call
Diffstat (limited to 'web/share/js/index/main.js')
-rw-r--r--web/share/js/index/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js
index 24a694b8..64f4368c 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 = `
<span class="code-comment"># On Linux using Chromium/Chrome via any terminal:<br>
- $</span> \`which chromium 2>/dev/null || which chrome 2>/dev/null\` --app="${window.location.href}"<br>
+ $</span> \`which chromium 2>/dev/null || which google-chrome 2>/dev/null\` --app="${window.location.href}"<br>
<br>
<span class="code-comment"># On MacOS using Terminal application:<br>
$</span> /Applications/Google&bsol; Chrome.app/Contents/MacOS/Google&bsol; Chrome --app="${window.location.href}"<br>