Looks like copy-webpack-plugin isn't preserving the permissions of the source, I'm copying "electron-prebuilt/dist/Electron.app" folder to "build/My App.app". Looks like all files get copied but the app doesn't work because the "Electron.app/Contents/MacOS/Electron" file doesn't have the right permissions.
I'm using this as part of the release process not for development
Merging this into #35
I'm also trying to preserve the file permissions during a copy. Whats the status of this?
Most helpful comment
I'm also trying to preserve the file permissions during a copy. Whats the status of this?