We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d3057 commit 5b16d96Copy full SHA for 5b16d96
electron/mapi/render.ts
@@ -48,6 +48,7 @@ export const MAPI = {
48
AppEnv.appRoot = env.appRoot;
49
AppEnv.appData = env.appData;
50
AppEnv.userData = env.userData;
51
+ AppEnv.dataRoot = env.dataRoot;
52
AppEnv.isInit = true;
53
}
54
},
0 commit comments