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",