Skip to content

Commit c9ee292

Browse files
authored
Merge pull request #328 from pionxe/main
fix: 修复脚本仓库
2 parents 3cb534c + b24ef94 commit c9ee292

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
$ErrorActionPreference = "Stop"
22

33
# 配置仓库信息
4-
$Repo = "pionxe/neo-code"
4+
$Repo = "1024XEngineer/neo-code"
55
$ProjectName = "neo-code"
66
$BinaryName = "neocode.exe"
77

@@ -66,4 +66,4 @@ if ($UserPath -notmatch [regex]::Escape($InstallDir)) {
6666
# 7. 清理临时文件
6767
Remove-Item -Recurse -Force $TempDir
6868

69-
Write-Host "✅ 安装成功!" -ForegroundColor Green
69+
Write-Host "✅ 安装成功!" -ForegroundColor Green

scripts/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# 配置仓库信息
5-
REPO="pionxe/neo-code"
5+
REPO="1024XEngineer/neo-code"
66
PROJECT_NAME="neo-code"
77
BINARY_NAME="neocode"
88

@@ -58,4 +58,4 @@ sudo mv "$BINARY_NAME" /usr/local/bin/
5858
# 6. 清理临时文件
5959
rm "$TAR_FILE"
6060

61-
echo "✅ 安装成功!请在终端运行 '$BINARY_NAME --help' 开始使用。"
61+
echo "✅ 安装成功!请在终端运行 '$BINARY_NAME --help' 开始使用。"

0 commit comments

Comments
 (0)