mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Meta: Use the binary to run the app instead of open on macos
This should fix the control-c issue mentioned in https://github.com/LadybirdBrowser/ladybird/issues/68
This commit is contained in:
parent
1759b82114
commit
4b924e6782
Notes:
sideshowbarker
2024-07-17 00:59:43 +09:00
Author: https://github.com/m-bal 🔰 Commit: https://github.com/LadybirdBrowser/ladybird/commit/4b924e6782 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/472
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ build_and_run_lagom_target() {
|
|||
build_target "${lagom_target}"
|
||||
|
||||
if [ "$lagom_target" = "ladybird" ] && [ "$(uname -s)" = "Darwin" ]; then
|
||||
open --wait-apps --stdout "$(tty)" --stderr "$(tty)" "$BUILD_DIR/bin/Ladybird.app" --args "${lagom_args[@]}"
|
||||
"$BUILD_DIR/bin/Ladybird.app/Contents/MacOS/Ladybird" "${lagom_args[@]}"
|
||||
else
|
||||
local lagom_bin="$lagom_target"
|
||||
if [ "$lagom_bin" = "ladybird" ]; then
|
||||
|
|
Loading…
Reference in a new issue