File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- - No changes
1+ - Make binary executable.
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ echo "Create $ventura_file"
4242rm -rf git-coauthor
4343mkdir -p " git-coauthor/$version /bin"
4444mkdir -p " git-coauthor/$version /share/man/man1"
45+ chmod +x git-coauthor-macos-13-x86_64-apple-darwin
4546mv git-coauthor-macos-13-x86_64-apple-darwin " git-coauthor/$version /bin/git-coauthor"
4647cp man/git-coauthor.1 " git-coauthor/$version /share/man/man1/"
4748tar -czf " $ventura_file " git-coauthor
@@ -50,6 +51,7 @@ echo "Create $arm64_sonoma_file"
5051rm -rf git-coauthor
5152mkdir -p " git-coauthor/$version /bin"
5253mkdir -p " git-coauthor/$version /share/man/man1"
54+ chmod +x git-coauthor-macos-14-aarch64-apple-darwin
5355mv git-coauthor-macos-14-aarch64-apple-darwin " git-coauthor/$version /bin/git-coauthor"
5456mv man/git-coauthor.1 " git-coauthor/$version /share/man/man1/"
5557tar -czf " $arm64_sonoma_file " git-coauthor
You can’t perform that action at this time.
0 commit comments