Skip to content

Commit

Permalink
Merge pull request #59 from DeepSec-prover/fix_system_path
Browse files Browse the repository at this point in the history
Try a system path fix for MacOS
  • Loading branch information
VincentCheval authored Jan 14, 2020
2 parents d104e65 + a63549d commit c8c5f11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"electron-log": "^3.0.7",
"electron-settings": "^3.2.0",
"element-ui": "^2.12.0",
"fix-path": "^2.1.0",
"lodash": "^4.17.15",
"popper.js": "^1.16.0",
"prismjs": "^1.18.0",
Expand Down
2 changes: 2 additions & 0 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ import { ApiManager } from './deepsec-api/ApiManager'
import { ApiAttackSim } from './deepsec-api/ApiAttackSim'
import { ApiEquivalenceSim } from './deepsec-api/ApiEquivalenceSim'
import { refreshApiPath } from './util/refreshApiPath'
import fixPath from 'fix-path'

fixPath()
// Init default logger
setupDefaultLogger()

Expand Down

0 comments on commit c8c5f11

Please sign in to comment.