Skip to content
This repository was archived by the owner on May 6, 2026. It is now read-only.

Commit fea14dd

Browse files
yysjasmineclaude
andcommitted
chore: mark top-level shell scripts executable in git index
macos/build-pkg.sh, linux/install.sh, and scripts/release.sh were all tracked with 100644 because they were originally committed from Windows (NTFS doesn't preserve the +x bit). The release workflow invokes ./build-pkg.sh directly on macos-latest and hit EACCES. Flip the index mode to 100755 so the bit is recorded in the tree and honored on checkout across all platforms. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 11eff10 commit fea14dd

3 files changed

File tree

linux/install.sh

100644100755
File mode changed.

macos/build-pkg.sh

100644100755
File mode changed.

scripts/release.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)