Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 87b63b4

Browse files
committed
Try to fix builds
1 parent c878d3f commit 87b63b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"install-linux": "npm install && ./node_modules/.bin/electron-rebuild -f -w node-pty",
1818
"preinstall-windows": "npm install --global --production windows-build-tools && npm install --global node-gyp && setx PYTHON \"%USERPROFILE%\\.windows-build-tools\\python27\\python.exe\"",
1919
"install-windows": "npm install && node_modules\\.bin\\electron-rebuild -f -w node-pty",
20-
"prebuild": "mkdir prebuild-src && cp -R src/* prebuild-src/ && node prebuild-minify.js && npm install",
20+
"prebuild": "mkdir prebuild-src && cp -R src/* prebuild-src/ && cp package.json prebuild-src/ && node prebuild-minify.js",
2121
"build": "./node_modules/.bin/electron-builder build -wl -p never",
2222
"postbuild": "rm -R prebuild-src"
2323
},

0 commit comments

Comments
 (0)