We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4b81f commit 1398576Copy full SHA for 1398576
packages/hadron-build/lib/target.js
@@ -314,7 +314,7 @@ class Target {
314
* remoteToken: this.githubToken,
315
*/
316
Object.assign(this.packagerOptions, {
317
- name: this.productName,
+ name: this.productName.replace(/ /g, '\\ '),
318
icon: this.src(platformSettings.icon),
319
'version-string': {
320
CompanyName: this.author,
0 commit comments