mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 12:42:51 +00:00
fix: 桌面客户端缺失文件
This commit is contained in:
parent
f3f65fa99e
commit
b79fdbd7e0
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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"
|
||||||
|
|||||||
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user