chore: update author name in package.json and refine file URL handling in renderer.js
This commit is contained in:
+3
-2
@@ -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/**"
|
||||
|
||||
Reference in New Issue
Block a user