ソースを参照

Update Core ML script

Lutz Roeder 3 年 前
コミット
e1d5bd801a
1 ファイル変更0 行追加1 行削除
  1. 0 1
      tools/coreml

+ 0 - 1
tools/coreml

@@ -44,7 +44,6 @@ while [ "$#" != 0 ]; do
     case "${command}" in
         "clean") clean;;
         "sync") sync;;
-        "install") install;;
         "schema") schema;;
     esac
 done