Skip to content

Commit 1398576

Browse files
committed
replace spaces
1 parent ef4b81f commit 1398576

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/hadron-build/lib/target.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ class Target {
314314
* remoteToken: this.githubToken,
315315
*/
316316
Object.assign(this.packagerOptions, {
317-
name: this.productName,
317+
name: this.productName.replace(/ /g, '\\ '),
318318
icon: this.src(platformSettings.icon),
319319
'version-string': {
320320
CompanyName: this.author,

0 commit comments

Comments
 (0)