Skip to content

Commit

Permalink
Restores sync.js and with symbolic link in place
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgraph committed Sep 2, 2022
1 parent f1ac1ed commit 3ad5777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion drawio
2 changes: 1 addition & 1 deletion sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path')
const child_process = require('child_process')

const electronAppDir = path.join(__dirname, 'drawio', 'src/main/webapp')
const appjsonpath = path.join(__dirname, 'package.json')
const appjsonpath = path.join(__dirname, 'drawio', 'src/main/webapp', 'package.json')
const disableUpdatePath = path.join(__dirname, 'drawio', 'src/main/webapp', 'disableUpdate.js')

let ver = fs.readFileSync(path.join(__dirname, 'drawio', 'VERSION'), 'utf8')
Expand Down

1 comment on commit 3ad5777

@alderg
Copy link
Contributor

@alderg alderg commented on 3ad5777 Jun 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Restores historic path, new version broke debug mode.

Please sign in to comment.