Script Refactoring

This commit is contained in:
skiffer-git 2024-04-01 18:46:15 +08:00
parent 24a5943311
commit ebbe12cf33

View File

@ -25,7 +25,7 @@ get_bin_full_path() {
local bin_name="$2"
local host_platform=$(openim::util::host_platform)
local bin_full_path="${project_path}/get_bin_path/${host_platform}/${bin_name}"
local bin_full_path="${project_path}/${host_platform}/${bin_name}"
echo "${bin_full_path}" 1111111111111
}