fix no use of apply_file_diffs tool
This commit is contained in:
+2
-2
@@ -24,10 +24,10 @@ FEATURES="gui"
|
||||
|
||||
# If warp_channel_config is on PATH, build the Local channel binary; otherwise build the OSS channel.
|
||||
if command -v warp-channel-config &>/dev/null; then
|
||||
WARP_BIN_NAME="warp"
|
||||
WARP_BIN_NAME="galaxy-local"
|
||||
WARP_CHANNEL="local"
|
||||
else
|
||||
WARP_BIN_NAME="warp-oss"
|
||||
WARP_BIN_NAME="galaxy-oss"
|
||||
WARP_CHANNEL="oss"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user