From ab0fd8e7c1df0737baa80e12490636d894f9bb81 Mon Sep 17 00:00:00 2001 From: pionxe <148670367+pionxe@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:39:32 +0800 Subject: [PATCH 1/2] Change repository from pionxe to 1024XEngineer Updated repository information for installation script. --- scripts/install.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 397fab25..0e3a3d96 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -1,7 +1,7 @@ $ErrorActionPreference = "Stop" # 配置仓库信息 -$Repo = "pionxe/neo-code" +$Repo = "1024XEngineer/neo-code" $ProjectName = "neo-code" $BinaryName = "neocode.exe" @@ -66,4 +66,4 @@ if ($UserPath -notmatch [regex]::Escape($InstallDir)) { # 7. 清理临时文件 Remove-Item -Recurse -Force $TempDir -Write-Host "✅ 安装成功!" -ForegroundColor Green \ No newline at end of file +Write-Host "✅ 安装成功!" -ForegroundColor Green From b24ef9439372252b25fd05f68a03eb8fe9b0c461 Mon Sep 17 00:00:00 2001 From: pionxe <148670367+pionxe@users.noreply.github.com> Date: Thu, 16 Apr 2026 22:39:56 +0800 Subject: [PATCH 2/2] Update repository name in install script --- scripts/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install.sh b/scripts/install.sh index c90db9ac..6432e1ed 100644 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -2,7 +2,7 @@ set -e # 配置仓库信息 -REPO="pionxe/neo-code" +REPO="1024XEngineer/neo-code" PROJECT_NAME="neo-code" BINARY_NAME="neocode" @@ -58,4 +58,4 @@ sudo mv "$BINARY_NAME" /usr/local/bin/ # 6. 清理临时文件 rm "$TAR_FILE" -echo "✅ 安装成功!请在终端运行 '$BINARY_NAME --help' 开始使用。" \ No newline at end of file +echo "✅ 安装成功!请在终端运行 '$BINARY_NAME --help' 开始使用。"