mirror of
https://github.com/smartfrigde/armcord.git
synced 2024-08-14 23:56:58 +00:00
fix packaged build
This commit is contained in:
parent
dfe104da42
commit
8a0585d181
2 changed files with 2 additions and 2 deletions
|
@ -85,5 +85,5 @@
|
|||
]
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@7.13.4"
|
||||
"packageManager": "pnpm@8.10.2"
|
||||
}
|
||||
|
|
|
@ -275,7 +275,7 @@ async function doAfterDefiningTheWindow(): Promise<void> {
|
|||
mainWindow.close();
|
||||
}
|
||||
//loadURL broke for no good reason after E28
|
||||
mainWindow.loadFile("splash/redirect.html");
|
||||
mainWindow.loadFile(`${__dirname}/splash/redirect.html`);
|
||||
|
||||
if (await getConfig("skipSplash")) {
|
||||
mainWindow.show();
|
||||
|
|
Loading…
Reference in a new issue