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"