Skip to content

Commit baeab7a

Browse files
committed
Add 4th version number
1 parent 715f79d commit baeab7a

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
@@ -1,7 +1,7 @@
11
const ChildProcess = require('child_process')
22
const path = require('path')
33

4-
const version = require('../package').version
4+
const version = require('../package').version + '.0'
55

66
const command = path.join(__dirname, '..', 'node_modules', '.bin', 'electron-windows-store.cmd')
77
const args = [

0 commit comments

Comments
 (0)