fix no use of apply_file_diffs tool
This commit is contained in:
+8
-8
@@ -22,11 +22,11 @@ cd "${REPO_ROOT}"
|
||||
: "${FEATURES:?FEATURES must be set (invoke via ./script/run)}"
|
||||
|
||||
if [ "$WARP_CHANNEL" = "local" ]; then
|
||||
WARP_APP_PATH="target/debug/bundle/osx/WarpLocal.app"
|
||||
WARP_SCHEME_NAME="warplocal"
|
||||
WARP_APP_PATH="target/debug/bundle/osx/Galaxy Local.app"
|
||||
WARP_SCHEME_NAME="galaxylocal"
|
||||
else
|
||||
WARP_APP_PATH="target/debug/bundle/osx/WarpOss.app"
|
||||
WARP_SCHEME_NAME="warposs"
|
||||
WARP_APP_PATH="target/debug/bundle/osx/Galaxy.app"
|
||||
WARP_SCHEME_NAME="galaxyoss"
|
||||
fi
|
||||
DONT_OPEN=false
|
||||
# Launches the binary with "open", meaning the Warp process is
|
||||
@@ -60,9 +60,9 @@ while (( "$#" )); do
|
||||
--release)
|
||||
echo "Detected release build, pointing at release bundle under target/release/bundle"
|
||||
if [ "$WARP_CHANNEL" = "local" ]; then
|
||||
WARP_APP_PATH="target/release/bundle/osx/WarpLocal.app"
|
||||
WARP_APP_PATH="target/release/bundle/osx/Galaxy Local.app"
|
||||
else
|
||||
WARP_APP_PATH="target/release/bundle/osx/WarpOss.app"
|
||||
WARP_APP_PATH="target/release/bundle/osx/Galaxy.app"
|
||||
fi
|
||||
PARAMS="$PARAMS $1"
|
||||
shift
|
||||
@@ -71,9 +71,9 @@ while (( "$#" )); do
|
||||
PROFILE="$2"
|
||||
shift 2
|
||||
if [ "$WARP_CHANNEL" = "local" ]; then
|
||||
WARP_APP_PATH="target/${PROFILE}/bundle/osx/WarpLocal.app"
|
||||
WARP_APP_PATH="target/${PROFILE}/bundle/osx/Galaxy Local.app"
|
||||
else
|
||||
WARP_APP_PATH="target/${PROFILE}/bundle/osx/WarpOss.app"
|
||||
WARP_APP_PATH="target/${PROFILE}/bundle/osx/Galaxy.app"
|
||||
fi
|
||||
PARAMS="$PARAMS --profile $PROFILE"
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user