Skip to content

Commit

Permalink
Merge pull request #1079 from chat2db/refactor-electron
Browse files Browse the repository at this point in the history
fix:electron build
  • Loading branch information
shanhexi committed Jan 8, 2024
2 parents df7ea4a + 7e5a5a4 commit c471f59
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions chat2db-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"url": "https://github.com/chat2db/Chat2DB"
},
"author": "fjy, hexi",
"main": "src/main/dist/index.js",
"main": "src/main/main.js",
"scripts": {
"build": "npm run build:web && npm run build:main",
"build:desktop": "npm run build:web:desktop && npm run build:main:prod",
Expand Down Expand Up @@ -96,7 +96,8 @@
"asar": false,
"files": [
"dist/**/*",
"src/main/dist/**/*",
"src/main/preload.js",
"src/main/main.js",
"versions/**/*",
"package.json",
"!node_modules/**/*"
Expand Down

0 comments on commit c471f59

Please sign in to comment.