1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-01-19 09:27:27 +01:00

Fix sharp

This commit is contained in:
Nayam Amarshe 2023-12-03 23:32:57 -08:00
parent 440f08ce6b
commit 0a84fab4b6
4 changed files with 56 additions and 1405 deletions

View File

@ -4,6 +4,6 @@ type FeatureFlags = {
};
export const featureFlags: FeatureFlags = {
APP_STORE_BUILD: false,
APP_STORE_BUILD: true,
SHOW_UPSCAYL_CLOUD_INFO: false,
};

View File

@ -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

File diff suppressed because it is too large Load Diff

View File

@ -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",