mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 11:18:36 +01:00
Update build
This commit is contained in:
parent
523d035ecd
commit
ce5601ad2f
@ -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,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user