mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Update build
This commit is contained in:
@@ -30,7 +30,7 @@ const createMainWindow = () => {
|
||||
const url = electronIsDev
|
||||
? "http://localhost:8000"
|
||||
: format({
|
||||
pathname: join(__dirname, "../renderer/out/index.html"),
|
||||
pathname: join(__dirname, "../../renderer/out/index.html"),
|
||||
protocol: "file:",
|
||||
slashes: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user