From 5154bb556474292d8d26a996cede4a8ee19b43a9 Mon Sep 17 00:00:00 2001 From: zyj Date: Wed, 11 Mar 2026 10:10:37 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=8D=87=E7=BA=A7=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E5=88=B0=20v0.2.0=EF=BC=8C=E4=BF=AE=E5=A4=8D=20macOS/?= =?UTF-8?q?Linux=20=E9=85=8D=E7=BD=AE\n\n-=20=E5=8D=87=E7=BA=A7=E6=89=80?= =?UTF-8?q?=E6=9C=89=E5=B9=B3=E5=8F=B0=E7=89=88=E6=9C=AC=E5=8F=B7=200.1.0?= =?UTF-8?q?=20=E2=86=92=200.2.0\n-=20=E4=BF=AE=E5=A4=8D=20macOS=20Info.pli?= =?UTF-8?q?st=20=E6=AE=8B=E7=95=99=E7=9A=84=E6=97=A7=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E5=90=8D=20Peter=20Agent=20=E2=86=92=20GitPilot\n-=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20Linux=20desktop=20=E6=96=87=E4=BB=B6=E6=AE=8B?= =?UTF-8?q?=E7=95=99=E7=9A=84=E6=97=A7=E9=A1=B9=E7=9B=AE=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/darwin/Info.dev.plist | 14 +++++++------- build/darwin/Info.plist | 14 +++++++------- build/linux/desktop | 10 +++++----- build/windows/info.json | 4 ++-- 4 files changed, 21 insertions(+), 21 deletions(-) diff --git a/build/darwin/Info.dev.plist b/build/darwin/Info.dev.plist index 340f27e..956917d 100644 --- a/build/darwin/Info.dev.plist +++ b/build/darwin/Info.dev.plist @@ -4,17 +4,17 @@ CFBundlePackageType APPL CFBundleName - Peter Agent + GitPilot CFBundleExecutable - peter-agent + gitpilot CFBundleIdentifier - com.peteragent.app + com.gitpilot.app CFBundleVersion - 0.1.0 + 0.2.0 CFBundleGetInfoString - AI Agent Application + Git Repository Management Tool CFBundleShortVersionString - 0.1.0 + 0.2.0 CFBundleIconFile icons LSMinimumSystemVersion @@ -22,7 +22,7 @@ NSHighResolutionCapable true NSHumanReadableCopyright - © 2025, Peter Agent + © 2025, GitPilot NSAppTransportSecurity NSAllowsLocalNetworking diff --git a/build/darwin/Info.plist b/build/darwin/Info.plist index 0dc4196..e99bb4f 100644 --- a/build/darwin/Info.plist +++ b/build/darwin/Info.plist @@ -4,17 +4,17 @@ CFBundlePackageType APPL CFBundleName - Peter Agent + GitPilot CFBundleExecutable - peter-agent + gitpilot CFBundleIdentifier - com.peteragent.app + com.gitpilot.app CFBundleVersion - 0.1.0 + 0.2.0 CFBundleGetInfoString - AI Agent Application + Git Repository Management Tool CFBundleShortVersionString - 0.1.0 + 0.2.0 CFBundleIconFile icons LSMinimumSystemVersion @@ -22,6 +22,6 @@ NSHighResolutionCapable true NSHumanReadableCopyright - © 2025, Peter Agent + © 2025, GitPilot \ No newline at end of file diff --git a/build/linux/desktop b/build/linux/desktop index 9e82887..d84f06c 100644 --- a/build/linux/desktop +++ b/build/linux/desktop @@ -1,13 +1,13 @@ [Desktop Entry] Version=1.0 -Name=Peter Agent -Comment=AI Agent Application +Name=GitPilot +Comment=Git Repository Management Tool # The Exec line includes %u to pass the URL to the application -Exec=/usr/local/bin/peter-agent %u +Exec=/usr/local/bin/gitpilot %u Terminal=false Type=Application -Icon=peter-agent +Icon=gitpilot Categories=Utility; -StartupWMClass=peter-agent +StartupWMClass=gitpilot diff --git a/build/windows/info.json b/build/windows/info.json index 6f41d68..02ae3ed 100644 --- a/build/windows/info.json +++ b/build/windows/info.json @@ -1,10 +1,10 @@ { "fixed": { - "file_version": "0.1.0" + "file_version": "0.2.0" }, "info": { "0000": { - "ProductVersion": "0.1.0", + "ProductVersion": "0.2.0", "CompanyName": "GitPilot", "FileDescription": "Git Repository Management Tool", "LegalCopyright": "© 2025, GitPilot",