diff options
author | Testato <[email protected]> | 2020-09-04 17:44:55 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-09-04 17:44:55 +0200 |
commit | f3869da1947507fe07e994164938333a5353a732 (patch) | |
tree | b9de0502836a0f924e16e66f4cbedb9e176c6228 /web | |
parent | 359b2c4ae3eb01e091cba3df09b4ce7df6c107b5 (diff) |
Update main.js
Diffstat (limited to 'web')
-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 9641bf75..bba019ff 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 2>/dev/null` --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> |