chore: update author name in package.json and refine file URL handling in renderer.js

This commit is contained in:
Ümit Tunç
2026-05-23 14:19:37 +03:00
parent ccc4f87a14
commit be3d54d42d
2 changed files with 82 additions and 42 deletions
+3 -2
View File
@@ -15,7 +15,7 @@
"electron",
"glassmorphism"
],
"author": "Antigravity",
"author": "Trunçgil Technology",
"license": "MIT",
"devDependencies": {
"electron": "^31.3.0",
@@ -34,7 +34,8 @@
"files": [
"**/*",
"!.venv/**",
"!node_modules/**"
"!node_modules/**",
"node_modules/cropperjs/**"
],
"asarUnpack": [
"backend/**"