Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/install.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$ErrorActionPreference = "Stop"

# 配置仓库信息
$Repo = "pionxe/neo-code"
$Repo = "1024XEngineer/neo-code"
$ProjectName = "neo-code"
$BinaryName = "neocode.exe"

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

Write-Host "✅ 安装成功!" -ForegroundColor Green
Write-Host "✅ 安装成功!" -ForegroundColor Green
4 changes: 2 additions & 2 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

# 配置仓库信息
REPO="pionxe/neo-code"
REPO="1024XEngineer/neo-code"
PROJECT_NAME="neo-code"
BINARY_NAME="neocode"

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

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