desktop: remove electron-builder install-app-deps from post-install

This commit is contained in:
Abdullah Atta
2023-06-10 11:26:45 +05:00
committed by Abdullah Atta
parent c7c4ae4615
commit 2d78b05e8d

View File

@@ -38,7 +38,7 @@
"build": "zx scripts/build.mjs",
"bundle": "esbuild electron=./src/main.ts ./src/preload.ts --external:electron --external:fsevents --minify --bundle --outdir=./build --platform=node --tsconfig=tsconfig.json --define:MAC_APP_STORE=false --define:RELEASE=true",
"bundle:mas": "esbuild electron=./src/main.ts ./src/preload.ts --minify --external:electron --external:fsevents --bundle --outdir=./build --platform=node --tsconfig=tsconfig.json --define:MAC_APP_STORE=true --define:RELEASE=true",
"postinstall": "./node_modules/.bin/electron-builder install-app-deps && patch-package"
"postinstall": "patch-package"
},
"author": {
"name": "Streetwriters (Private) Limited",