Skip to content

Commit

Permalink
Restores proper versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Aug 14, 2017
1 parent ecacb27 commit 854e257
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ const child_process = require('child_process')
const electronAppDir = path.join(__dirname, 'draw.io', 'war')
const appjsonpath = path.join(__dirname, 'draw.io', 'war', 'package.json')

//let ver = fs.readFileSync(path.join(__dirname, 'draw.io', 'VERSION'), 'utf8')
let ver = '7.0.5' // just to test autoupdate
let ver = fs.readFileSync(path.join(__dirname, 'draw.io', 'VERSION'), 'utf8')
//let ver = '7.0.5' // just to test autoupdate

let pj = require(appjsonpath)

Expand Down

0 comments on commit 854e257

Please sign in to comment.