fix: 一些小问题

This commit is contained in:
cc
2026-01-10 14:00:22 +08:00
parent bb7730ff2f
commit e27270f134
2 changed files with 11 additions and 17 deletions

View File

@@ -3,6 +3,7 @@
"version": "1.0.1",
"description": "WeFlow - 微信聊天记录查看工具",
"main": "dist-electron/main.js",
"author": "cc",
"scripts": {
"dev": "vite",
"build": "tsc && vite build && electron-builder",
@@ -46,6 +47,10 @@
},
"build": {
"appId": "com.WeFlow.app",
"publish": {
"provider": "github",
"releaseType": "release"
},
"productName": "WeFlow",
"artifactName": "${productName}-${version}-Setup.${ext}",
"directories": {