Skip to content

Commit

Permalink
Use a build version that can be parsed by Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
inukshuk committed Jun 19, 2016
1 parent 7b40719 commit b91a2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dist.js
Expand Up @@ -27,7 +27,7 @@ target.pack = (args = []) => {
join(dir, 'res', 'icons', channel, `${pkg.name}.icns`)

const out = join(dir, 'dist', channel)
const build = exec('git describe --tags --long', { silent: true }).stdout
const build = '0.0.1'

packager({ // eslint-disable-line quote-props
platform, arch, icon, out, dir,
Expand Down

0 comments on commit b91a2f0

Please sign in to comment.