Add Windows GUI and WXWork export support
This commit is contained in:
@@ -235,7 +235,7 @@ def main():
|
||||
except (FileNotFoundError, json.JSONDecodeError):
|
||||
config_raw = {}
|
||||
|
||||
db_dir = config['db_dir']
|
||||
db_dir = os.path.expanduser(os.path.expandvars(config['db_dir']))
|
||||
base_dir = os.path.dirname(db_dir)
|
||||
attach_dir = os.path.join(base_dir, 'msg', 'attach')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user