1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-17 11:18:36 +01:00

Update build

This commit is contained in:
Nayam Amarshe 2023-10-26 13:39:52 +05:30
parent 523d035ecd
commit ce5601ad2f
2 changed files with 2 additions and 2 deletions

View File

@ -3,5 +3,5 @@ type FeatureFlags = {
};
export const featureFlags: FeatureFlags = {
APP_STORE_BUILD: true,
APP_STORE_BUILD: false,
};

View File

@ -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,
});