solid-chrome-extension-template icon indicating copy to clipboard operation
solid-chrome-extension-template copied to clipboard

unset executable bit

Open milahu opened this issue 2 years ago • 0 comments

some files have executable bit

README.md
package.json
src/manifest-type.ts
src/manifest.ts

fix

find . -type f | xargs chmod -x

milahu avatar Dec 23 '22 14:12 milahu