mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-18 10:10:45 +08:00
chore: 移除无用的资源文件更新日志
This commit is contained in:
@@ -1 +0,0 @@
|
||||
- 资源更新
|
||||
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user