mirror of
https://github.com/upscayl/upscayl.git
synced 2024-12-18 02:16:01 +01:00
Update feature flags and build version
This commit is contained in:
parent
e74da4626c
commit
b94e229f39
@ -4,6 +4,6 @@ type FeatureFlags = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
export const featureFlags: FeatureFlags = {
|
export const featureFlags: FeatureFlags = {
|
||||||
APP_STORE_BUILD: true,
|
APP_STORE_BUILD: false,
|
||||||
SHOW_UPSCAYL_CLOUD_INFO: false,
|
SHOW_UPSCAYL_CLOUD_INFO: false,
|
||||||
};
|
};
|
||||||
|
2
mas.json
2
mas.json
@ -2,7 +2,7 @@
|
|||||||
"productName": "Upscayl",
|
"productName": "Upscayl",
|
||||||
"appId": "org.upscayl.Upscayl",
|
"appId": "org.upscayl.Upscayl",
|
||||||
"afterSign": "./notarize.js",
|
"afterSign": "./notarize.js",
|
||||||
"buildVersion": "23.12.04",
|
"buildVersion": "24.01.15",
|
||||||
"asar": true,
|
"asar": true,
|
||||||
"asarUnpack": ["**/node_modules/sharp/**/*", "**/node_modules/@img/**/*"],
|
"asarUnpack": ["**/node_modules/sharp/**/*", "**/node_modules/@img/**/*"],
|
||||||
"extraFiles": [
|
"extraFiles": [
|
||||||
|
Loading…
Reference in New Issue
Block a user