mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-14 23:01:36 +00:00
Fixed about page parsing
This commit is contained in:
parent
71feb1725b
commit
783782bad9
@ -90,7 +90,7 @@ public sealed partial class UpdateMetadataCommands
|
|||||||
await this.UpdateTauriVersion();
|
await this.UpdateTauriVersion();
|
||||||
await this.UpdateProjectCommitHash();
|
await this.UpdateProjectCommitHash();
|
||||||
await this.UpdateLicenceYear(Path.GetFullPath(Path.Combine(Environment.GetAIStudioDirectory(), "..", "..", "LICENSE.md")));
|
await this.UpdateLicenceYear(Path.GetFullPath(Path.Combine(Environment.GetAIStudioDirectory(), "..", "..", "LICENSE.md")));
|
||||||
await this.UpdateLicenceYear(Path.GetFullPath(Path.Combine(Environment.GetAIStudioDirectory(), "Pages", "About.razor.cs")));
|
await this.UpdateLicenceYear(Path.GetFullPath(Path.Combine(Environment.GetAIStudioDirectory(), "Pages", "Information.razor.cs")));
|
||||||
Console.WriteLine();
|
Console.WriteLine();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user