fix: 桌面客户端缺失文件

This commit is contained in:
Pang 2023-08-06 22:27:51 +08:00
parent f3f65fa99e
commit b79fdbd7e0
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## [0.29.61] ## [0.29.64]
### Bug Fixes ### Bug Fixes

View File

@ -67,6 +67,7 @@
}, },
"files": [ "files": [
"public/**/*", "public/**/*",
"electron-menu.js",
"electron-preload.js", "electron-preload.js",
"electron.js", "electron.js",
"utils.js" "utils.js"

View File

@ -1,6 +1,6 @@
{ {
"name": "DooTask", "name": "DooTask",
"version": "0.29.61", "version": "0.29.64",
"description": "DooTask is task management system.", "description": "DooTask is task management system.",
"scripts": { "scripts": {
"start": "./cmd dev", "start": "./cmd dev",