diff --git a/sundynix-desktop/build/darwin/Assets.car b/sundynix-desktop/build/darwin/Assets.car
index 32e5ad9..12f5548 100644
Binary files a/sundynix-desktop/build/darwin/Assets.car and b/sundynix-desktop/build/darwin/Assets.car differ
diff --git a/sundynix-desktop/build/darwin/Info.dev.plist b/sundynix-desktop/build/darwin/Info.dev.plist
index 292b836..4a2271c 100644
--- a/sundynix-desktop/build/darwin/Info.dev.plist
+++ b/sundynix-desktop/build/darwin/Info.dev.plist
@@ -1,34 +1,35 @@
+
-
- CFBundlePackageType
- APPL
- CFBundleName
- My Product
- CFBundleExecutable
- wails3ref
- CFBundleIdentifier
- com.example.wails3ref
- CFBundleVersion
- 0.1.0
- CFBundleGetInfoString
- This is a comment
- CFBundleShortVersionString
- 0.1.0
- CFBundleIconFile
- icons
- CFBundleIconName
- appicon
- LSMinimumSystemVersion
- 12.0.0
- NSHighResolutionCapable
- true
- NSHumanReadableCopyright
- © 2026, My Company
- NSAppTransportSecurity
-
- NSAllowsLocalNetworking
-
-
-
+
+ CFBundleExecutable
+ sundynix_desktop
+ CFBundleGetInfoString
+ sundynix-agentix desktop
+ CFBundleIconFile
+ icons
+ CFBundleIconName
+ appicon
+ CFBundleIdentifier
+ com.sundynix.agentix
+ CFBundleName
+ sundynix-agentix
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 0.1.0
+ CFBundleVersion
+ 0.1.0
+ LSMinimumSystemVersion
+ 12.0.0
+ NSAppTransportSecurity
+
+ NSAllowsLocalNetworking
+
+
+ NSHighResolutionCapable
+ true
+ NSHumanReadableCopyright
+ (c) 2026, sundynix
+
\ No newline at end of file
diff --git a/sundynix-desktop/build/darwin/Info.plist b/sundynix-desktop/build/darwin/Info.plist
index f4b1bd8..0067eab 100644
--- a/sundynix-desktop/build/darwin/Info.plist
+++ b/sundynix-desktop/build/darwin/Info.plist
@@ -1,29 +1,30 @@
+
-
- CFBundlePackageType
- APPL
- CFBundleName
- My Product
- CFBundleExecutable
- wails3ref
- CFBundleIdentifier
- com.example.wails3ref
- CFBundleVersion
- 0.1.0
- CFBundleGetInfoString
- This is a comment
- CFBundleShortVersionString
- 0.1.0
- CFBundleIconFile
- icons
- CFBundleIconName
- appicon
- LSMinimumSystemVersion
- 12.0.0
- NSHighResolutionCapable
- true
- NSHumanReadableCopyright
- © 2026, My Company
-
+
+ CFBundleExecutable
+ sundynix_desktop
+ CFBundleGetInfoString
+ sundynix-agentix desktop
+ CFBundleIconFile
+ icons
+ CFBundleIconName
+ appicon
+ CFBundleIdentifier
+ com.sundynix.agentix
+ CFBundleName
+ sundynix-agentix
+ CFBundlePackageType
+ APPL
+ CFBundleShortVersionString
+ 0.1.0
+ CFBundleVersion
+ 0.1.0
+ LSMinimumSystemVersion
+ 12.0.0
+ NSHighResolutionCapable
+ true
+ NSHumanReadableCopyright
+ (c) 2026, sundynix
+
\ No newline at end of file
diff --git a/sundynix-desktop/build/darwin/icons.icns b/sundynix-desktop/build/darwin/icons.icns
index 93c7299..22c220a 100644
Binary files a/sundynix-desktop/build/darwin/icons.icns and b/sundynix-desktop/build/darwin/icons.icns differ
diff --git a/sundynix-desktop/build/linux/desktop b/sundynix-desktop/build/linux/desktop
index 36578c2..174c854 100644
--- a/sundynix-desktop/build/linux/desktop
+++ b/sundynix-desktop/build/linux/desktop
@@ -1,13 +1,13 @@
[Desktop Entry]
Version=1.0
-Name=My Product
-Comment=A wails3ref application
+Name=sundynix-agentix
+Comment=事件驱动的 AI Agent 工作台
# The Exec line includes %u to pass the URL to the application
-Exec=/usr/local/bin/wails3ref %u
+Exec=/usr/local/bin/sundynix_desktop %u
Terminal=false
Type=Application
-Icon=wails3ref
+Icon=sundynix_desktop
Categories=Utility;
-StartupWMClass=wails3ref
+StartupWMClass=sundynix_desktop
diff --git a/sundynix-desktop/build/linux/nfpm/nfpm.yaml b/sundynix-desktop/build/linux/nfpm/nfpm.yaml
index a9ce634..6c4d8bb 100644
--- a/sundynix-desktop/build/linux/nfpm/nfpm.yaml
+++ b/sundynix-desktop/build/linux/nfpm/nfpm.yaml
@@ -3,26 +3,26 @@
#
# The lines below are called `modelines`. See `:help modeline`
-name: "wails3ref"
+name: "sundynix_desktop"
arch: ${GOARCH}
platform: "linux"
version: "0.1.0"
section: "default"
priority: "extra"
maintainer: ${GIT_COMMITTER_NAME} <${GIT_COMMITTER_EMAIL}>
-description: "A wails3ref application"
-vendor: "My Company"
+description: "事件驱动的 AI Agent 工作台"
+vendor: "sundynix"
homepage: "https://wails.io"
license: "MIT"
release: "1"
contents:
- - src: "./bin/wails3ref"
- dst: "/usr/local/bin/wails3ref"
+ - src: "./bin/sundynix_desktop"
+ dst: "/usr/local/bin/sundynix_desktop"
- src: "./build/appicon.png"
- dst: "/usr/share/icons/hicolor/128x128/apps/wails3ref.png"
- - src: "./build/linux/wails3ref.desktop"
- dst: "/usr/share/applications/wails3ref.desktop"
+ dst: "/usr/share/icons/hicolor/128x128/apps/sundynix_desktop.png"
+ - src: "./build/linux/sundynix_desktop.desktop"
+ dst: "/usr/share/applications/sundynix_desktop.desktop"
# Default dependencies for the GTK4 + WebKitGTK 6.0 stack (Ubuntu 24.04+ / Debian 13+)
depends:
diff --git a/sundynix-desktop/build/windows/info.json b/sundynix-desktop/build/windows/info.json
index 3402c8e..84bdb2d 100644
--- a/sundynix-desktop/build/windows/info.json
+++ b/sundynix-desktop/build/windows/info.json
@@ -5,11 +5,11 @@
"info": {
"0000": {
"ProductVersion": "0.1.0",
- "CompanyName": "My Company",
- "FileDescription": "A wails3ref application",
- "LegalCopyright": "© 2026, My Company",
- "ProductName": "My Product",
- "Comments": "This is a comment"
+ "CompanyName": "sundynix",
+ "FileDescription": "事件驱动的 AI Agent 工作台",
+ "LegalCopyright": "(c) 2026, sundynix",
+ "ProductName": "sundynix-agentix",
+ "Comments": "sundynix-agentix desktop"
}
}
}
\ No newline at end of file
diff --git a/sundynix-desktop/build/windows/nsis/wails_tools.nsh b/sundynix-desktop/build/windows/nsis/wails_tools.nsh
index f583010..46175e1 100644
--- a/sundynix-desktop/build/windows/nsis/wails_tools.nsh
+++ b/sundynix-desktop/build/windows/nsis/wails_tools.nsh
@@ -5,19 +5,19 @@
!include "FileFunc.nsh"
!ifndef INFO_PROJECTNAME
- !define INFO_PROJECTNAME "wails3ref"
+ !define INFO_PROJECTNAME "sundynix_desktop"
!endif
!ifndef INFO_COMPANYNAME
- !define INFO_COMPANYNAME "My Company"
+ !define INFO_COMPANYNAME "sundynix"
!endif
!ifndef INFO_PRODUCTNAME
- !define INFO_PRODUCTNAME "My Product"
+ !define INFO_PRODUCTNAME "sundynix-agentix"
!endif
!ifndef INFO_PRODUCTVERSION
!define INFO_PRODUCTVERSION "0.1.0"
!endif
!ifndef INFO_COPYRIGHT
- !define INFO_COPYRIGHT "© 2026, My Company"
+ !define INFO_COPYRIGHT "(c) 2026, sundynix"
!endif
!ifndef PRODUCT_EXECUTABLE
!define PRODUCT_EXECUTABLE "${INFO_PROJECTNAME}.exe"
diff --git a/sundynix-desktop/build/windows/wails.exe.manifest b/sundynix-desktop/build/windows/wails.exe.manifest
index 2c06828..396bf1a 100644
--- a/sundynix-desktop/build/windows/wails.exe.manifest
+++ b/sundynix-desktop/build/windows/wails.exe.manifest
@@ -1,6 +1,6 @@
-
+