-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Single quote in a product name leads to NSIS failure #2686
Comments
What's your product name of app? |
@develar it is in the log file. I added all the error. Thanks for checking |
Not a regression. Product name contains |
@develar I added the package.json so you can check. Thanks |
develar
added a commit
to develar/electron-builder
that referenced
this issue
Mar 18, 2018
develar
added a commit
to develar/electron-builder
that referenced
this issue
Mar 18, 2018
develar
added a commit
to develar/electron-builder
that referenced
this issue
Mar 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everyone!
I am having issues to do the build in windows (mac and linux is working).
The build falls down at:
[1] npm run build-renderer exited with code 0
• electron-builder version=20.4.0
• loaded configuration file=package.json ("build" field)
• writing effective config file=release/electron-builder.yaml
• installing production dependencies platform=win32 arch=x64 appDir=/Users/local/repos/desktop/app
• packaging platform=win32 arch=x64 electron=1.7.5 appOutDir=release/win-unpacked
• building target=nsis-web file=release/nsis-web/testing Web Setup 0.6.0.exe archs=x64 oneClick=true
• building embedded block map file=release/nsis-web/0.6.0-x64.nsis.7z
`Error: /Users/desktop/Library/Caches/electron-builder/nsis/nsis-3.0.1.13/mac/makensis exited with code 1
Error output:
DetailPrint expects 1 parameters, got 3.
Usage: DetailPrint message
Error in macro CHECK_APP_RUNNING on macroline 15
!include: error in script: "uninstaller.nsh" on line 10
Error in script "" on line 150 -- aborting creation process
log.txt
package.txt
Any help would be appreciated.
Thanks
The text was updated successfully, but these errors were encountered: