mirror of
https://github.com/upscayl/upscayl.git
synced 2026-02-19 11:55:37 -05:00
Update build
This commit is contained in:
@@ -3,5 +3,5 @@ type FeatureFlags = {
|
||||
};
|
||||
|
||||
export const featureFlags: FeatureFlags = {
|
||||
APP_STORE_BUILD: true,
|
||||
APP_STORE_BUILD: false,
|
||||
};
|
||||
|
||||
@@ -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