Copy-webpack-plugin: Preserve file permissions

Created on 31 Aug 2016  路  2Comments  路  Source: webpack-contrib/copy-webpack-plugin

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

Most helpful comment

I'm also trying to preserve the file permissions during a copy. Whats the status of this?

All 2 comments

Merging this into #35

I'm also trying to preserve the file permissions during a copy. Whats the status of this?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jdeniau picture jdeniau  路  5Comments

kimgysen picture kimgysen  路  3Comments

niksmac picture niksmac  路  3Comments

stq picture stq  路  5Comments

nickenchev picture nickenchev  路  3Comments