Skip to content

Commit 6b1709e

Browse files
committed
Set assets and display name
1 parent 8b17b71 commit 6b1709e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

script/windows-store.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ const args = [
1414
'--package-version',
1515
metadata.version + '.0',
1616
'--package-name',
17-
metadata.name
17+
metadata.name,
18+
'--package-display-name',
19+
metadata.productName,
20+
'--assets',
21+
path.join(__dirname, '..', 'assets', 'tiles')
1822
]
1923

2024
const windowsStore = ChildProcess.spawn(command, args, {stdio: 'inherit'})

0 commit comments

Comments
 (0)