mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Update todesktop runtime and use the icns file for the todesktop configuration
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
"start": "yarn electron ."
|
"start": "yarn electron ."
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@todesktop/runtime": "^1.3.0",
|
"@todesktop/runtime": "^1.6.4",
|
||||||
"axios": "^1.6.4",
|
"axios": "^1.6.4",
|
||||||
"cron": "^2.4.3",
|
"cron": "^2.4.3",
|
||||||
"electron-store": "^8.1.0"
|
"electron-store": "^8.1.0"
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"id": "",
|
"id": "",
|
||||||
"icon": "./assets/icons/favicon",
|
"icon": "./assets/icons/favicon.icns",
|
||||||
"appPath": ".",
|
"appPath": ".",
|
||||||
"schemaVersion": 1
|
"schemaVersion": 1
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -50,10 +50,10 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
defer-to-connect "^2.0.0"
|
defer-to-connect "^2.0.0"
|
||||||
|
|
||||||
"@todesktop/runtime@^1.3.0":
|
"@todesktop/runtime@^1.6.4":
|
||||||
version "1.6.3"
|
version "1.6.4"
|
||||||
resolved "https://registry.yarnpkg.com/@todesktop/runtime/-/runtime-1.6.3.tgz#152dda0ad49e0f0ab0f33493e185b594b8871964"
|
resolved "https://registry.yarnpkg.com/@todesktop/runtime/-/runtime-1.6.4.tgz#a9d62a021cf2647c51371c892bfb1d4c5a29ed7e"
|
||||||
integrity sha512-1PNBSuTSZxlIS5/3lVRRD76/z0i4iqD1H9GItV2arXwWbfwBKwV9h51aLQR0SQ7BgAvzQcHvJTQaiA8WL0ku4g==
|
integrity sha512-n6dOxhrKKsXMM+i2u9iRvoJSR2KCWw0orYK+FT9RbWNPykhuFIYd0yy8dYgYy/OuClKGyGl4SJFi2757FLhWDA==
|
||||||
dependencies:
|
dependencies:
|
||||||
del "^6.0.0"
|
del "^6.0.0"
|
||||||
electron-updater "^4.6.1"
|
electron-updater "^4.6.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user