mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Fix Linux Desktop Application (#491)
* Use separate functions for adding files and folders to configuration for indexing * Add a loading bar while data is syncing * Bump the minor version for the application
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"name": "Khoj",
|
||||
"homepage": ".",
|
||||
"productName": "Khoj",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Scaffolding for the desktop entrypoint to Khoj",
|
||||
"main": "main.js",
|
||||
"repository": "\"https://github.com/khoj-ai/khoj\"",
|
||||
@@ -10,7 +10,7 @@
|
||||
"license": "MIT",
|
||||
"private": false,
|
||||
"devDependencies": {
|
||||
"electron": "26.1.0"
|
||||
"electron": "25.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "yarn electron ."
|
||||
|
||||
Reference in New Issue
Block a user