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

Ability to customize the output directory #272

Closed
michaelbazos opened this issue Mar 28, 2016 · 2 comments · May be fixed by qcif/data-curator#563
Closed

Ability to customize the output directory #272

michaelbazos opened this issue Mar 28, 2016 · 2 comments · May be fixed by qcif/data-curator#563

Comments

@michaelbazos
Copy link

Is there any possibility to customize the output directory, i.e. to write in another folder than dist?

@Vj3k0
Copy link

Vj3k0 commented Mar 29, 2016

It's possible for Windows. In your root package.json:

"build": {
    "osx": {
      ...
    }
    "win": {
      "outputDirectory": "release"
    }
}

Note: release directory is in relative to your root directory (where your package.json is).

The problem here is that electron-builder expects it to be in dist and it will try to move files around and will cause error.

@develar
Copy link
Member

develar commented Mar 30, 2016

Not yet. Will be implemented on weekends.

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

Successfully merging a pull request may close this issue.

3 participants