mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-16 05:38:41 -09:00
fix a typo (#2945)
This commit is contained in:
parent
3627c8ce09
commit
94d23fe407
1 changed files with 3 additions and 3 deletions
|
|
@ -5,11 +5,11 @@ NAME="Hyper"
|
||||||
HYPER_PATH="$(dirname "$(dirname "$(dirname "$(realpath "$0")")")")"
|
HYPER_PATH="$(dirname "$(dirname "$(dirname "$(realpath "$0")")")")"
|
||||||
ELECTRON="$HYPER_PATH/$NAME.exe"
|
ELECTRON="$HYPER_PATH/$NAME.exe"
|
||||||
if grep -q Microsoft /proc/version; then
|
if grep -q Microsoft /proc/version; then
|
||||||
echo "Warning! Due to WSL limitations, you can use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin."
|
echo "Warning! Due to WSL limitations, you can't use CLI commands here. Please use Hyper CLI on cmd, PowerShell or GitBash/CygWin."
|
||||||
echo "Please see: https://github.com/Microsoft/WSL/issues/1494"
|
echo "Please see: https://github.com/Microsoft/WSL/issues/1494"
|
||||||
echo ""
|
echo ""
|
||||||
# If running under WSL don't pass cli.js to Electron as environment vars
|
# If running under WSL don't pass cli.js to Electron, as environment vars
|
||||||
# cannot be transferred from WSL to Windows
|
# can't be transferred from WSL to Windows.
|
||||||
# See: https://github.com/Microsoft/BashOnWindows/issues/1363
|
# See: https://github.com/Microsoft/BashOnWindows/issues/1363
|
||||||
# https://github.com/Microsoft/BashOnWindows/issues/1494
|
# https://github.com/Microsoft/BashOnWindows/issues/1494
|
||||||
"$ELECTRON" "$@"
|
"$ELECTRON" "$@"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue