调整打包脚本生成的文件名

This commit is contained in:
yangjiaxuan 2023-02-03 10:10:57 +08:00
parent 021e0d2ce2
commit 031e381108
1 changed files with 2 additions and 2 deletions

View File

@ -27,12 +27,12 @@ if "%OEM%" equ "lsc" (
goto oem
)
if "%OEM%" equ "zj" (
set OEM_DIR=zhongj
set OEM_DIR=microtek
set CL=/DOEM_ZHONGJING /DBACKEND_NAME=zjsane
goto oem
)
if "%OEM%" equ "cts" (
set OEM_DIR=cunten
set OEM_DIR=cumtenn
set CL=/DOEM_CANGTIAN /DBACKEND_NAME=ctssane
goto oem
)