From f9dd55a0b5eb012012e6f61a484db5dd4b3e77e1 Mon Sep 17 00:00:00 2001 From: parhelia512 <0011d3@gmail.com> Date: Fri, 17 Oct 2025 03:25:53 +0800 Subject: [PATCH] Update build_go.sh --- script/build_go.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script/build_go.sh b/script/build_go.sh index 70e333f..16839cd 100755 --- a/script/build_go.sh +++ b/script/build_go.sh @@ -42,6 +42,7 @@ if [[ "$GOOS" == "linux" ]]; then else curl -fLso $DEST/updater "https://github.com/throneproj/updater/releases/latest/download/updater-linux-amd64" fi + chmod +x $DEST/updater fi export CGO_ENABLED=0