Skip to content

Commit

Permalink
feat: change core install scripts to kclvm_cli
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Dec 13, 2023
1 parent 0a8aa7a commit c7624bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/script/install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ $ErrorActionPreference = 'stop'
$KCLRoot = $KCLRoot -replace ' ', '` '

# Constants
$KCLCliFileName = "kcl.exe"
$KCLCliFileName = "kclvm_cli.exe"
$KCLCliFileBinPath = "${KCLRoot}\bin"
$KCLCliFilePath = "${KCLCliFileBinPath}\${KCLCliFileName}"

Expand Down
2 changes: 1 addition & 1 deletion static/script/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ GITHUB_ORG=kcl-lang
GITHUB_REPO=kcl

# KCL filename
KCL_CLI_FILENAME=kcl
KCL_CLI_FILENAME=kclvm_cli
# KCL file path
KCL_CLI_FILE=${KCL_INSTALL_DIR}/kclvm/bin/${KCL_CLI_FILENAME}
# KCL Home dir
Expand Down

0 comments on commit c7624bb

Please sign in to comment.