|
|
@ -721,7 +721,6 @@ async function showPermissionsPopupWindow() {
|
|
|
|
// Some APIs can only be used after this event occurs.
|
|
|
|
// Some APIs can only be used after this event occurs.
|
|
|
|
let ready = false;
|
|
|
|
let ready = false;
|
|
|
|
app.on('ready', async () => {
|
|
|
|
app.on('ready', async () => {
|
|
|
|
console.log('see me in here');
|
|
|
|
|
|
|
|
const userDataPath = await getRealPath(app.getPath('userData'));
|
|
|
|
const userDataPath = await getRealPath(app.getPath('userData'));
|
|
|
|
const installPath = await getRealPath(app.getAppPath());
|
|
|
|
const installPath = await getRealPath(app.getAppPath());
|
|
|
|
|
|
|
|
|
|
|
|