From 535653bb51c52b3f87ef69425c4a82cd986c7392 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Tue, 12 Aug 2025 19:21:52 +0000 Subject: [PATCH] fix: add TODO comment about simplifying in v5 - Current dual-path logic needed for backwards compatibility - v4.3.0 universal archive has bin/ structure - Architecture-specific archives have pulse in root - TODO: Standardize on single structure in v5 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 8b312b30b..4a6d3166f 100755 --- a/install.sh +++ b/install.sh @@ -198,7 +198,7 @@ download_pulse() { tar -xzf pulse.tar.gz -C "$TEMP_EXTRACT" # Copy Pulse binary (frontend is now embedded) - # Handle both archive layouts (with and without bin directory) + # TODO: Simplify this in v5 - for now handle both structures for compatibility if [[ -f "$TEMP_EXTRACT/pulse" ]]; then cp "$TEMP_EXTRACT/pulse" "$INSTALL_DIR/pulse" elif [[ -f "$TEMP_EXTRACT/bin/pulse" ]]; then