Skip to content

Commit 715f79d

Browse files
committed
Add missing out directory
1 parent 1f9adfa commit 715f79d

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
@@ -6,7 +6,7 @@ const version = require('../package').version
66
const command = path.join(__dirname, '..', 'node_modules', '.bin', 'electron-windows-store.cmd')
77
const args = [
88
'--input-directory',
9-
path.join(__dirname, '..', 'ElectronAPIDemos-win32-ia32'),
9+
path.join(__dirname, '..', 'out', 'ElectronAPIDemos-win32-ia32'),
1010
'--output-directory',
1111
path.join(__dirname, '..', 'windows-store'),
1212
'--flatten',

0 commit comments

Comments
 (0)