csepulv / electron-with-create-react-app

Sample Electron application using create-react-app
MIT License
831 stars 217 forks source link

Change file permissions to 100644 #8

Closed johannes-scharlach closed 7 years ago

johannes-scharlach commented 7 years ago

It seems that somehow all the files were created with mode 755 instead of 644. Since none of them need to be executable, I think that's a mistake (the app can be started without it)

csepulv commented 7 years ago

thanks