fuyutarow / solid-chrome-extension-template

Chrome Extension Boilerplate with SolidJS + Vite + TypeScript + Manifest V3 + Hot Relaod
MIT License
102 stars 18 forks source link

unset executable bit #6

Open milahu opened 1 year ago

milahu commented 1 year ago

some files have executable bit

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

fix

find . -type f | xargs chmod -x