mirror of
https://github.com/upscayl/upscayl.git
synced 2025-01-19 09:27:27 +01:00
Fix sharp
This commit is contained in:
parent
440f08ce6b
commit
0a84fab4b6
@ -4,6 +4,6 @@ type FeatureFlags = {
|
||||
};
|
||||
|
||||
export const featureFlags: FeatureFlags = {
|
||||
APP_STORE_BUILD: false,
|
||||
APP_STORE_BUILD: true,
|
||||
SHOW_UPSCAYL_CLOUD_INFO: false,
|
||||
};
|
||||
|
2
mas.json
2
mas.json
@ -2,7 +2,7 @@
|
||||
"productName": "Upscayl",
|
||||
"appId": "org.upscayl.Upscayl",
|
||||
"afterSign": "./notarize.js",
|
||||
"buildVersion": "23.12.03",
|
||||
"buildVersion": "23.12.04",
|
||||
"asar": true,
|
||||
"asarUnpack": ["**/node_modules/sharp/**/*", "**/node_modules/@img/**/*"],
|
||||
"extraFiles": [
|
||||
|
1455
package-lock.json
generated
1455
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -232,8 +232,6 @@
|
||||
"firebase": "^10.3.0",
|
||||
"gray-matter": "^4.0.3",
|
||||
"jotai": "^2.2.2",
|
||||
"node-addon-api": "^7.0.0",
|
||||
"node-gyp": "^10.0.1",
|
||||
"react-compare-slider": "^2.2.0",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-select": "^5.7.4",
|
||||
|
Loading…
x
Reference in New Issue
Block a user