mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-18 01:21:57 +01:00
buildme: Avoid Terminal Window Setup for CI
This commit is contained in:
parent
a419ab6832
commit
a4b5ed35cc
2
buildme
2
buildme
@ -20,6 +20,7 @@ COL_WHITE="\x1b[37;01m"
|
|||||||
COL_BLUE="\x1b[34;01m"
|
COL_BLUE="\x1b[34;01m"
|
||||||
COL_RESET="\x1b[39;49;00m"
|
COL_RESET="\x1b[39;49;00m"
|
||||||
# ====== Main Window SetUp ======
|
# ====== Main Window SetUp ======
|
||||||
|
if [[ "$2" != ci ]]; then
|
||||||
osascript <<EOF
|
osascript <<EOF
|
||||||
tell application "System Events" to tell application "Finder"
|
tell application "System Events" to tell application "Finder"
|
||||||
tell process "Terminal"
|
tell process "Terminal"
|
||||||
@ -37,6 +38,7 @@ tell application "Terminal"
|
|||||||
# set position of first window to {650, 420}
|
# set position of first window to {650, 420}
|
||||||
end tell
|
end tell
|
||||||
EOF
|
EOF
|
||||||
|
fi
|
||||||
# ====== Clover workspace SetUp ======
|
# ====== Clover workspace SetUp ======
|
||||||
cd "$(dirname $([ -L $0 ] && readlink $0 || echo $0))"
|
cd "$(dirname $([ -L $0 ] && readlink $0 || echo $0))"
|
||||||
declare -r CLOVERROOT="$PWD"
|
declare -r CLOVERROOT="$PWD"
|
||||||
|
Loading…
Reference in New Issue
Block a user