Skip to content

Commit

Permalink
打包完成
Browse files Browse the repository at this point in the history
  • Loading branch information
qixing-ai committed Jan 3, 2025
1 parent 3343072 commit 5b6d219
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 229 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
history
.DS_Store
dist
/build/
19 changes: 0 additions & 19 deletions build/builder-effective-config.yaml

This file was deleted.

205 changes: 0 additions & 205 deletions npminstall-debug.log

This file was deleted.

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,9 @@
"description": "MyCodeGPT Electron application",
"author": "Your Name",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"electron:dev": "concurrently \"vite dev\" \"cross-env NODE_ENV=development electron .\"",
"electron:build": "concurrently \"cross-env NODE_ENV=production vite build\" \"wait-on dist && electron-builder build\"",
"electron:mac": "concurrently \"npm run build\" \"cross-env NODE_GYP_FORCE_PYTHON=python3 NODE_ENV=production DEBUG=electron-builder electron-builder build --mac\""
"electron:build-win": "concurrently \"cross-env NODE_ENV=production vite build\" \"wait-on dist && electron-builder build\"",
"electron:build-mac": "concurrently \"cross-env NODE_ENV=production vite build\" \"wait-on dist && electron-builder build --mac\""
},
"dependencies": {
"@ant-design/icons-vue": "^7.0.1",
Expand Down

0 comments on commit 5b6d219

Please sign in to comment.