mac sh相关

sh运行权限

chmod 777 xxx.sh

 

定义变量不能有空格

错误方式 UNITY3D_PROJECT_NAME = "testAutoBuild"

正确方式 UNITY3D_PROJECT_NAME="testAutoBuild"

posted @ 2020-04-14 14:44  00000000O  阅读(176)  评论(0)    收藏  举报