fix: undo isStaging change

This commit is contained in:
Zamitto
2025-05-09 08:49:58 -03:00
parent 10504cdaf8
commit 8377f85f0b

View File

@@ -6,8 +6,7 @@ export const LUDUSAVI_MANIFEST_URL = "https://cdn.losbroxas.org/manifest.yaml";
export const defaultDownloadsPath = SystemPath.getPath("downloads");
export const isStaging =
true || import.meta.env.MAIN_VITE_API_URL.includes("staging");
export const isStaging = import.meta.env.MAIN_VITE_API_URL.includes("staging");
export const windowsStartMenuPath = path.join(
SystemPath.getPath("appData"),