diff options
author | Testato <[email protected]> | 2020-09-04 17:43:52 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-04 17:43:52 +0200 |
commit | 359b2c4ae3eb01e091cba3df09b4ce7df6c107b5 (patch) | |
tree | 1df4fa2f7a826c9c2977d7d853c58c839b6fbe36 /web/share | |
parent | 424a8ebde8aa023bd21f1a4a4d085c6cc13108ff (diff) |
Update main.js
Diffstat (limited to 'web/share')
-rw-r--r-- | web/share/js/index/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/share/js/index/main.js b/web/share/js/index/main.js index a63ed3ef..9641bf75 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 || which google-chrome` --app="${window.location.href}"<br> + $</span> \`which chromium 2>/dev/null || which chrome 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\ Chrome.app/Contents/MacOS/Google\ Chrome --app="${window.location.href}"<br> |