We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Repro steps
git clone https://github.com/electron/electron-quick-start.git
cd electron-quick-start
npm install --save-dev [email protected]
npm install
export DEBUG_DMG=true
npx electron-builder --mac
~/electron-quick-start: npx electron-builder --mac • electron-builder version=22.10.3 os=20.2.0 • writing effective config file=dist/builder-effective-config.yaml • packaging platform=darwin arch=x64 electron=11.1.0 appOutDir=dist/mac • default Electron icon is used reason=application icon is not set • signing file=dist/mac/electron-quick-start.app identityName=*** identityHash=*** provisioningProfile=none • building target=macOS zip arch=x64 file=dist/electron-quick-start-1.0.0-mac.zip • building target=DMG arch=x64 file=dist/electron-quick-start-1.0.0.dmg • building embedded block map file=dist/electron-quick-start-1.0.0-mac.zip ⨯ hdiutil exited with code ERR_ELECTRON_BUILDER_CANNOT_EXECUTE Output: Output: Initializing… Creating… Copying… could not access /Volumes/electron-quick-start 1.0.0/electron-quick-start.app/Contents/Resources/.BC.T_OYJ2t1 - Operation not permitted Finishing…
This regressed starting with #5322.
Related #5465 #5431
@adam-lynch @develar
The text was updated successfully, but these errors were encountered:
Sounds like a permission issue.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Repro steps
git clone https://github.com/electron/electron-quick-start.git
cd electron-quick-start
npm install --save-dev [email protected]
npm install
export DEBUG_DMG=true
npx electron-builder --mac
This regressed starting with #5322.
Related #5465 #5431
@adam-lynch @develar
The text was updated successfully, but these errors were encountered: