logs
This commit is contained in:
@@ -3,6 +3,9 @@ const path = require('path')
|
||||
const electron = require('electron')
|
||||
const arch = require('arch')
|
||||
|
||||
console.log('electron appData: ', (electron.remote ? electron.remote : electron).app.getPath('appData'))
|
||||
console.log('appConfig.filePath', appConfig.filePath)
|
||||
|
||||
const APP_NAME = 'WebTorrent'
|
||||
const APP_TEAM = 'WebTorrent, LLC'
|
||||
const APP_VERSION = require('../package.json').version
|
||||
|
||||
Reference in New Issue
Block a user