|
@@ -62,7 +62,6 @@ namespace GFGEditor
|
|
|
[MenuItem("策划/其它/更新项目", false, (int)TOOL_MENU_PRIORITY.UpdateProject)]
|
|
|
static void UpdateProject()
|
|
|
{
|
|
|
- SQLiteHelper.Instance.CloseConnection();
|
|
|
EditorUtility.DisplayProgressBar("进度", "正在更新项目", 1);
|
|
|
ProcessUtil.ExcuteBat("Assets/Editor/Bat/", "updateGame.bat");
|
|
|
EditorUtility.ClearProgressBar();
|
|
@@ -134,6 +133,7 @@ namespace GFGEditor
|
|
|
File.Copy(ResPathUtil.SQLITE_FILE_PATH, ExcelConfig.sqliteFilePathCSShare, true);
|
|
|
AssetDatabase.Refresh();
|
|
|
EditorUtility.ClearProgressBar();
|
|
|
+ SQLiteHelper.Instance.CloseConnection();
|
|
|
}
|
|
|
|
|
|
[MenuItem("策划/检查配置表", false, (int)TOOL_MENU_PRIORITY.CheckExcel)]
|