Skip to content

Commit a9bda0f

Browse files
committed
Add package description
1 parent 8918be1 commit a9bda0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

script/windows-store.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ const args = [
1818
'--package-display-name',
1919
metadata.productName,
2020
'--assets',
21-
path.join(__dirname, '..', 'assets', 'tiles')
21+
path.join(__dirname, '..', 'assets', 'tiles'),
22+
'--package-description',
23+
metadata.description
2224
]
2325

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

0 commit comments

Comments
 (0)