Skip to content

Commit e336663

Browse files
committed
feat: log more app paths
1 parent c2ed7ce commit e336663

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

electron/main/initialize-app.ts

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ logger.debug('app paths', {
5757
appPreloadPath,
5858
prodRendererPath,
5959
devRendererPath,
60+
appDataPath: app.getPath('appData'),
61+
userDataPath: app.getPath('userData'),
62+
tempPath: app.getPath('temp'),
63+
logsPath: app.getPath('logs'),
6064
});
6165

6266
// Register custom protocol 'app://' to serve our app.

0 commit comments

Comments
 (0)