Start removing specific branding.
This commit is contained in:
@@ -5,6 +5,7 @@ const path = require('path')
|
||||
const logger = require('./loggerutil')('%c[ConfigManager]', 'color: #a02d2a; font-weight: bold')
|
||||
|
||||
const sysRoot = process.env.APPDATA || (process.platform == 'darwin' ? process.env.HOME + '/Library/Application Support' : process.env.HOME)
|
||||
// TODO change
|
||||
const dataPath = path.join(sysRoot, '.westeroscraft')
|
||||
|
||||
// Forked processes do not have access to electron, so we have this workaround.
|
||||
|
||||
Reference in New Issue
Block a user