Skip to content

Commit 58f3fda

Browse files
committed
Make binary executable.
1 parent 199ff75 commit 58f3fda

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.release-notes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
- No changes
1+
- Make binary executable.

script/release.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ echo "Create $ventura_file"
4242
rm -rf git-coauthor
4343
mkdir -p "git-coauthor/$version/bin"
4444
mkdir -p "git-coauthor/$version/share/man/man1"
45+
chmod +x git-coauthor-macos-13-x86_64-apple-darwin
4546
mv git-coauthor-macos-13-x86_64-apple-darwin "git-coauthor/$version/bin/git-coauthor"
4647
cp man/git-coauthor.1 "git-coauthor/$version/share/man/man1/"
4748
tar -czf "$ventura_file" git-coauthor
@@ -50,6 +51,7 @@ echo "Create $arm64_sonoma_file"
5051
rm -rf git-coauthor
5152
mkdir -p "git-coauthor/$version/bin"
5253
mkdir -p "git-coauthor/$version/share/man/man1"
54+
chmod +x git-coauthor-macos-14-aarch64-apple-darwin
5355
mv git-coauthor-macos-14-aarch64-apple-darwin "git-coauthor/$version/bin/git-coauthor"
5456
mv man/git-coauthor.1 "git-coauthor/$version/share/man/man1/"
5557
tar -czf "$arm64_sonoma_file" git-coauthor

0 commit comments

Comments
 (0)