Electron-builder: dist app quit unexpectedly caused by productName

Created on 20 Feb 2017  路  3Comments  路  Source: electron-userland/electron-builder

  • Version: 13.9.0

  • Target: macOS 10.12.3

Steps:

  1. git clone https://github.com/xingoxu/electron-quick-start and you can see https://github.com/xingoxu/electron-quick-start/commit/42cd3af630783c306773408bd3201f458a583b2e I've only changed the productName
  2. run npm install && npm run dist on macOS
  3. open the dist app and you will see like this

image

I've tried to test with the same length word like Electron Quick Start and it went well. Really weird, isn't it?

bug mac

All 3 comments

As workaround, don't use Helper postfix of your product name.

Solution to avoid "what? I need to change my product name?" Will be published in 30 minutes.

Fixed in 13.11.1

Was this page helpful?
0 / 5 - 0 ratings

Related issues

leo picture leo  路  3Comments

talarari picture talarari  路  3Comments

iklemm picture iklemm  路  3Comments

JohnWeisz picture JohnWeisz  路  3Comments

ccorcos picture ccorcos  路  3Comments