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

Linux build target not working #456

Closed
mzmousa opened this issue Jun 1, 2016 · 3 comments
Closed

Linux build target not working #456

mzmousa opened this issue Jun 1, 2016 · 3 comments
Labels

Comments

@mzmousa
Copy link

mzmousa commented Jun 1, 2016

I'm trying to generate rpm, tar.gz, and deb files for my app, but whenever I set the target, it only produces a deb file and a folder with the unpacked linux files in it. It doesn't produce any other files. It doesn't even throw any errors. I have the following entry in my package.json:

"build": {
    "linux": {
      "target": ["deb","rpm","tar.gz"]
    }
  }
@develar
Copy link
Member

develar commented Jun 2, 2016

Please try 4.2.0 version.

@develar develar added the linux label Jun 2, 2016
@mzmousa
Copy link
Author

mzmousa commented Jun 2, 2016

Perfect. Thank you.

@mzmousa mzmousa closed this as completed Jun 2, 2016
@develar
Copy link
Member

develar commented Jun 2, 2016

Please be aware of #460 (not confirmed yet, tests passed).

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

No branches or pull requests

2 participants