chore: 移除无用的资源文件更新日志

This commit is contained in:
Liam Sho
2022-07-13 22:33:34 +08:00
parent fc10639710
commit cace3094be
3 changed files with 1 additions and 4 deletions

View File

@@ -1 +0,0 @@
- 资源更新

View File

@@ -71,7 +71,6 @@ public partial class Build
public AbsolutePath BuildOutput { get; }
public AbsolutePath ArtifactOutput { get; }
public AbsolutePath MaaChangelogFile { get; }
public AbsolutePath MaaResourceChangeLogFile { get; }
// 项目
public Project MaaCoreProject { get; }
@@ -117,8 +116,7 @@ public partial class Build
BuildOutput = RootDirectory / "x64";
ArtifactOutput = RootDirectory / "artifacts";
MaaChangelogFile = RootDirectory / "CHANGELOG_MAA.md";
MaaResourceChangeLogFile = RootDirectory / "CHANGELOG_RES.md";
MaaChangelogFile = RootDirectory / "CHANGELOG.md";
// 项目
var maaSolution = ProjectModelTasks.ParseSolution(RootDirectory / "MeoAssistantArknights.sln");