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:
sabaimran
2023-10-03 11:43:19 -07:00
committed by GitHub
parent 63b3696af0
commit 3f962a55c3
6 changed files with 70 additions and 16 deletions

View File

@@ -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 ."