fix no use of apply_file_diffs tool

This commit is contained in:
Josh Woodcock
2026-05-26 16:31:54 -05:00
committed by Ryan Ward
parent a0568508ea
commit 0f969f4389
5 changed files with 1065 additions and 12 deletions
+2 -2
View File
@@ -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