mirror of
https://github.com/kuaifan/dootask.git
synced 2026-02-20 23:40:27 +00:00
no message
This commit is contained in:
parent
11ae7b091a
commit
a066fc7eae
@ -67,7 +67,6 @@ class IndexController extends InvokeController
|
|||||||
foreach ($package['app'] as $item) {
|
foreach ($package['app'] as $item) {
|
||||||
if (is_array($item['publish']) && Base::hostContrast($url, $item['url'])) {
|
if (is_array($item['publish']) && Base::hostContrast($url, $item['url'])) {
|
||||||
$array['publish'] = $item['publish'];
|
$array['publish'] = $item['publish'];
|
||||||
break;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -32,7 +32,7 @@
|
|||||||
"@electron-forge/maker-squirrel": "^6.0.0-beta.63",
|
"@electron-forge/maker-squirrel": "^6.0.0-beta.63",
|
||||||
"@electron-forge/maker-zip": "^6.0.0-beta.63",
|
"@electron-forge/maker-zip": "^6.0.0-beta.63",
|
||||||
"dotenv": "^16.0.0",
|
"dotenv": "^16.0.0",
|
||||||
"electron": "^17.2.0",
|
"electron": "^18.0.4",
|
||||||
"electron-builder": "^23.0.3",
|
"electron-builder": "^23.0.3",
|
||||||
"electron-notarize": "^1.2.1",
|
"electron-notarize": "^1.2.1",
|
||||||
"form-data": "^4.0.0",
|
"form-data": "^4.0.0",
|
||||||
|
|||||||
11
package.json
11
package.json
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "DooTask",
|
"name": "DooTask",
|
||||||
"version": "0.13.31",
|
"version": "0.13.32",
|
||||||
"description": "DooTask is task management system.",
|
"description": "DooTask is task management system.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "./cmd dev",
|
"start": "./cmd dev",
|
||||||
@ -18,6 +18,15 @@
|
|||||||
"repo": "dootask"
|
"repo": "dootask"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "DooTask",
|
||||||
|
"id": "com.dootask.task",
|
||||||
|
"url": "https://dootask.com/",
|
||||||
|
"publish": {
|
||||||
|
"provider": "generic",
|
||||||
|
"url": "https://dootask.com/desktop/publish"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "HitoseaTask",
|
"name": "HitoseaTask",
|
||||||
"id": "com.hitosea.task",
|
"id": "com.hitosea.task",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user