fix: project files not released when project updated

This commit is contained in:
hyb1996
2018-02-06 15:18:28 +08:00
parent 76fd77f1c7
commit 28333c2a3e
2 changed files with 6 additions and 1 deletions

View File

@@ -79,6 +79,8 @@ public class ProjectConfig {
return PFiles.join(projectDir, CONFIG_FILE_NAME);
}
public String getName() {
return mName;
}