Skip to content

Commit b0e5c4b

Browse files
committed
Store appx in out folder
1 parent baeab7a commit b0e5c4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/windows-store.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const args = [
88
'--input-directory',
99
path.join(__dirname, '..', 'out', 'ElectronAPIDemos-win32-ia32'),
1010
'--output-directory',
11-
path.join(__dirname, '..', 'windows-store'),
11+
path.join(__dirname, '..', 'out', 'windows-store'),
1212
'--flatten',
1313
true,
1414
'--package-version',

0 commit comments

Comments
 (0)