File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ cd "$THIS_DIR"
22
22
23
23
echo " === [$0 ] check env begin==="
24
24
env_assert " MR_WORKSPACE"
25
- env_assert " MR_PRE_ROOT"
26
25
env_assert " MR_DOWNLOAD_URL"
27
26
env_assert " MR_DOWNLOAD_ONAME"
28
27
env_assert " MR_UNCOMPRESS_DIR"
@@ -57,7 +56,7 @@ function extract(){
57
56
}
58
57
59
58
function install() {
60
- local dst=" ${MR_PRE_ROOT} /${MR_DOWNLOAD_ONAME} "
59
+ local dst=" ${MR_WORKSPACE} /pre /${MR_DOWNLOAD_ONAME} "
61
60
if [[ -f " $dst " ]]; then
62
61
echo " $dst already exist,skip download."
63
62
else
Original file line number Diff line number Diff line change @@ -39,13 +39,11 @@ export MR_XCFRMK_DIR="${MR_WORKSPACE}/product/xcframework"
39
39
export MR_IOS_PRODUCT_ROOT=" ${MR_WORKSPACE} /product/ios"
40
40
export MR_MACOS_PRODUCT_ROOT=" ${MR_WORKSPACE} /product/macos"
41
41
export MR_TVOS_PRODUCT_ROOT=" ${MR_WORKSPACE} /product/tvos"
42
- export MR_PRE_ROOT=" ${MR_WORKSPACE} /pre"
43
42
export MR_UNI_PROD_DIR=" ${MR_PRODUCT_ROOT} /universal"
44
43
export MR_UNI_SIM_PROD_DIR=" ${MR_PRODUCT_ROOT} /universal-simulator"
45
44
46
45
47
46
echo " MR_SRC_ROOT : [$MR_SRC_ROOT ]"
48
- echo " MR_PRE_ROOT : [$MR_PRE_ROOT ]"
49
47
echo " MR_PRODUCT_ROOT: [$MR_PRODUCT_ROOT ]"
50
48
echo " MR_UNI_PROD_DIR: [$MR_UNI_PROD_DIR ]"
51
49
echo " MR_UNI_SIM_PROD_DIR: [$MR_UNI_SIM_PROD_DIR ]"
You can’t perform that action at this time.
0 commit comments