INITIAL COMMIT

This commit is contained in:
Rhys 2026-05-03 19:36:42 +02:00
parent 2eb6d5f3a4
commit 8fcba99348
3 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -1,3 +1,2 @@
node_modules/
main.js
*.js.map

2
main.js Normal file

File diff suppressed because one or more lines are too long

View file

@ -3,8 +3,8 @@
"name": "DocDrop",
"version": "1.0.0",
"minAppVersion": "1.0.0",
"description": "Convert PDF files to Markdown using the markitdown CLI.",
"description": "Convert PDF files to Markdown using Microsoft's markitdown.",
"author": "Rhys Gottwald",
"authorUrl": "",
"isDesktopOnly": true
}
}