Skip to content

Commit

Permalink
Merge pull request #217 from owlmk/main
Browse files Browse the repository at this point in the history
📝更新文档内的工具默认路径
  • Loading branch information
Lingghh authored Apr 6, 2022
2 parents dac68e6 + f8c03b5 commit 0a58c3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion client/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ TOOL_CONFIG_URL=https://github.com/TCATools/puppy-tools-config.git
PASSWORD_KEY=a6x4c7esudcv396w
; [可选]日志级别,默认为info级别,设置为True则调整为debug级别
DEBUG=
; [可选]是否使用本地工具目录,默认为False,如果设置为True,不从git拉取(需要事先准备好工具,存放到client/data/tools目录下)
; [可选]是否使用本地工具目录,默认为False,如果设置为True,不从git拉取(需要事先准备好工具,存放到tools目录下)
USE_LOCAL_TOOL=


Expand Down
2 changes: 1 addition & 1 deletion client/requirements/install.bat
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ SETLOCAL

CD %~dp0
SET PWD=%CD%
SET TOOLS_DIR="%PWD%\..\data\tools"
SET TOOLS_DIR="%PWD%\..\..\tools"
SET "dnld=bitsadmin /transfer myDownloadJob /download /priority normal"

@REM ECHO install cppcheck
Expand Down
2 changes: 1 addition & 1 deletion client/requirements/install.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

PWD=$(cd "$(dirname "$0")"; pwd)
TOOLS_DIR="$PWD/../data/tools"
TOOLS_DIR="$PWD/../../tools"
# echo $TOOLS_DIR
OS=`uname -s`

Expand Down

0 comments on commit 0a58c3c

Please sign in to comment.