mirror of
https://github.com/hicccc77/WeFlow.git
synced 2026-03-22 07:32:29 +08:00
fix: 导出时无需再去设置里面选择位置
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
{
|
||||
"name": "weflow",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "WeFlow - 微信聊天记录查看工具",
|
||||
"main": "dist-electron/main.js",
|
||||
"author": "cc",
|
||||
"author": "cc",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build && electron-builder",
|
||||
@@ -64,7 +64,7 @@
|
||||
},
|
||||
"nsis": {
|
||||
"oneClick": false,
|
||||
"differentialPackage":false,
|
||||
"differentialPackage": false,
|
||||
"allowToChangeInstallationDirectory": true,
|
||||
"createDesktopShortcut": true,
|
||||
"unicode": true,
|
||||
@@ -98,4 +98,4 @@
|
||||
"dist-electron/**/*"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user