Skip to content

Commit

Permalink
path env
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaojay committed Feb 15, 2020
1 parent e2fd9fb commit 55315a7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ import {startTor, stopTor }from '../shared/tor'
import 'vue-awesome/icons'
import Icon from 'vue-awesome/components/Icon'

//https://github.com/electron-userland/electron-builder/issues/880#issuecomment-258602436
process.env.PATH = process.env.PATH + ':/usr/local/bin';

Vue.component('icon', Icon)

Vue.gnodeService = Vue.prototype.$gnodeService = gnodeService
Expand All @@ -33,7 +36,6 @@ import zh from '../lang/zh'
import ru from '../lang/ru'
import ko from '../lang/ko'


Vue.use(VueI18n)
const messages = {
en,
Expand Down

0 comments on commit 55315a7

Please sign in to comment.