From bff6b5ac21d629087b22bdc18bc658b989db5e3e Mon Sep 17 00:00:00 2001 From: enki Date: Wed, 27 Aug 2025 13:12:24 -0700 Subject: [PATCH] install fix --- scripts/install_native.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install_native.sh b/scripts/install_native.sh index 85b5c46..2bc9a3b 100755 --- a/scripts/install_native.sh +++ b/scripts/install_native.sh @@ -191,7 +191,7 @@ if [ "$SKIP_BUILD" = false ]; then # Build binary go build -o bin/gateway \ -ldflags "-X main.version=$(git describe --tags --always 2>/dev/null || echo 'dev') -X main.buildTime=$(date -u +%Y-%m-%dT%H:%M:%SZ) -s -w" \ - cmd/gateway/main.go + ./cmd/gateway if [ ! -f "bin/gateway" ]; then echo "❌ Build failed"