fix: delete node_modules from package

This commit is contained in:
robin
2023-06-24 19:41:59 +08:00
committed by Jerry Fan
parent 1852c22bce
commit aa5752d6dd

View File

@ -69,7 +69,8 @@
"productName": "Chat2DB",
"asar": false,
"files": [
"dist/",
"dist/**/*",
"!node_modules",
"static/",
"src/main",
"package.json"