*Bunch of ci-ios thing*

Co-authored-by: Imple Lee <80144331+ImpleLee@users.noreply.github.com>
Co-authored-by: Trebor-Huang <2300936257@qq.com>
Co-authored-by: Trebor Huang <41145779+Trebor-Huang@users.noreply.github.com>
Co-authored-by: YunyushuLiu <kunluntree@qq.com>
Co-authored-by: MrZ626 <1046101471@qq.com>
Co-authored-by: 梦飞翔 <1149761294@qq.com>
This commit is contained in:
Particle_G
2021-10-21 02:49:29 +08:00
committed by GitHub
parent 20ab916f9c
commit b80a72785b
5 changed files with 26 additions and 62 deletions

View File

@@ -1,6 +1,9 @@
if arg[1]=="-code"then
if arg[1]=="-apkCode"then
local code=require"version".apkCode
print(code)
elseif arg[1]=="-code"then
local str=require"version".code
print(str)
elseif arg[1]=="-name"then
local str=require"version".string:gsub("@DEV","")
print(str)