From acce3c97d5dcf22a005a46d855bb1763a8bb8b66 Mon Sep 17 00:00:00 2001 From: Deluan Date: Sun, 29 Dec 2024 23:43:57 -0300 Subject: [PATCH] fix(release): make binaries executable before packaging Signed-off-by: Deluan --- release/xxgo | 1 + 1 file changed, 1 insertion(+) diff --git a/release/xxgo b/release/xxgo index 15a537f24..3cdacd833 100755 --- a/release/xxgo +++ b/release/xxgo @@ -13,4 +13,5 @@ if [ "$GOARCH" = "arm" ]; then fi # Copy the output to the desired location +chmod +x binaries/"${source}"/navidrome* cp binaries/"${source}"/navidrome* "$output" \ No newline at end of file