We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 230a31c commit f04bc9fCopy full SHA for f04bc9f
macOs/设备工具/1. 安装应用.command
@@ -6,7 +6,7 @@ if [[ ! -d "${shellDirPath}" ]]; then
6
exit 1
7
fi
8
9
-shellFilePath="${shellDirPath}/device-tools/InstallApk.sh"
+shellFilePath="${shellDirPath}/device-tools/InstallApp.sh"
10
11
if [[ ! -f "${shellFilePath}" ]]; then
12
echo "❌ 没找到 shell 文件,请检查 ${shellFilePath} 路径是否正确"
windows/设备工具/1. 安装应用.bat
@@ -14,7 +14,7 @@ set "currentDirPath=%~dp0"
14
pushd "!currentDirPath!\..\.."
15
set "tempDirPath=%CD%"
16
popd
17
-set "shellFilePath=!tempDirPath!\shell\device-tools\InstallApk.sh"
+set "shellFilePath=!tempDirPath!\shell\device-tools\InstallApp.sh"
18
19
if not exist "!shellFilePath!" (
20
echo ❌ 没找到 shell 文件,请检查 !shellFilePath! 路径是否正确
0 commit comments