'init'
This commit is contained in:
8
lib/main/constants.ts
Normal file
8
lib/main/constants.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { app } from 'electron';
|
||||
import path from 'path';
|
||||
|
||||
export const WORKING_DIR =
|
||||
path.join(app.getPath('home'), 'rosed');
|
||||
|
||||
export const LOGFILE_PATH =
|
||||
path.join(WORKING_DIR, 'rosetta.log');
|
||||
Reference in New Issue
Block a user