ci: triggering

This commit is contained in:
Chubby Granny Chaser
2025-10-14 00:23:31 +01:00
parent 1fedd8ffdd
commit 7980027a98

View File

@@ -59,7 +59,7 @@ export class WindowManager {
// Load the remote URL for development or the local html file for production.
if (is.dev && process.env["ELECTRON_RENDERER_URL"]) {
window.loadURL(`${process.env["ELECTRON_RENDERER_URL"]}#/${hash}`);
} else if (process.env["MAIN_VITE_RENDERER_URL"]) {
} else if (import.meta.env.MAIN_VITE_RENDERER_URL) {
// Try to load from remote URL in production
try {
await window.loadURL(