From c677a993d86c70de9c093209f1d0a0cd9bdea67d Mon Sep 17 00:00:00 2001
From: whychw <858544502@qq.com>
Date: 星期二, 17 三月 2026 18:06:18 +0800
Subject: [PATCH] UAD linux分支整理提交

---
 package.json |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/package.json b/package.json
index 0310dbe..4687efe 100644
--- a/package.json
+++ b/package.json
@@ -6,6 +6,7 @@
   "scripts": {
     "start": "electron .",
     "electron:build": "electron-builder --win --ia32",
+    "electron:build-linux": "electron-builder --linux",
     "electron:serve": "electron:serve --mode development",
     "electron:generate-icons": "electron-icon-builder --input=./icon.png --output=build --flatten",
     "test": "echo \"Error: no test specified\" && exit 1"
@@ -39,11 +40,15 @@
       "shortcutName": "electronFg"
     },
     "linux": {
-      "icon": "build/icons"
+      "icon": "build/icons/512x512.png",
+      "artifactName": "${productName}-${version}-linux.${ext}",
+      "target": {
+        "target": "dir"
+      }
     },
     "extraResources": [
       {
-        "from": "./dependent",
+        "from": "./dependent_linux/",
         "to": "../"
       },
       {
@@ -52,7 +57,7 @@
       }
     ]
   },
-  "author": "",
+  "author": "whychw, Inc <858544502@qq.com>",
   "license": "ISC",
   "devDependencies": {
     "electron": "^34.1.1",

--
Gitblit v1.9.1