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
I'm using grunt-electron-installer to build my electron app. With app-name, the wrong directory is created on install:
app-name
2016-02-18 12:26:54> Program: About to install to: C:\Users\me\AppData\Local\app
The name of the directory is truncated to just before the hyphen or underscore. This happens when either hyphens or underscores are in the app-name.
The text was updated successfully, but these errors were encountered:
Unsure if the problem here lies with Wix or with Squirrel. Apologies if this is in the wrong bugtracker.
Sorry, something went wrong.
I'm using the non grunt package and see the same thing. Is this related to #603 ?
No branches or pull requests
I'm using grunt-electron-installer to build my electron app.
With
app-name
, the wrong directory is created on install:The name of the directory is truncated to just before the hyphen or underscore.
This happens when either hyphens or underscores are in the
app-name
.The text was updated successfully, but these errors were encountered: