Skip to content
New issue

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

mac build zip file name does not follow build.artifactName #1398

Closed
rophy opened this issue Mar 23, 2017 · 5 comments · May be fixed by qcif/data-curator#563
Closed

mac build zip file name does not follow build.artifactName #1398

rophy opened this issue Mar 23, 2017 · 5 comments · May be fixed by qcif/data-curator#563

Comments

@rophy
Copy link

rophy commented Mar 23, 2017

  • Version: 13.9.0

  • Target: mac

I have the following values in package.json:

  • name: hello
  • productName: world
  • version: 1.0
  • build.artifactName: ${name}-${version}-${os}.${ext}

Expected Results:

  1. hello-1.0-mac.dmg
  2. hello-1.0-mac.zip

Actual Results:

  1. hello-1.0-mac.dmg
  2. world-1.0-mac.zip ---> Incorrect
@develar
Copy link
Member

develar commented Mar 23, 2017

Currently supported only for mas, pkg, dmg and nsis.

Will be supported.

@TriLe965
Copy link

Will be supported.

Is it supported? I'm using electron-builder version 22.14.5 and still don't know how to set the artifactName of the zip output.

@jaydoherty
Copy link

Is it supported? I also can't figure out if it is supported now.

@bhavin-deep
Copy link

Also looking for this. @develar any updates here?

@lamualfa
Copy link

lamualfa commented Sep 6, 2024

Need to custom the mac zip artifact name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

6 participants