mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 04:56:49 +00:00
feat: new stats embed / api
This commit is contained in:
parent
e88d6b7e2a
commit
9f8d3d22d2
8 changed files with 215 additions and 100 deletions
|
|
@ -57,7 +57,7 @@
|
|||
</ItemGroup>
|
||||
|
||||
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
||||
<Exec Command="git rev-parse HEAD > ../.version" IgnoreExitCode="False">
|
||||
<Exec Command="git rev-parse HEAD > ../.version & git show --no-patch --format=%at $(git rev-parse HEAD) >> ../.version & (git diff-index --quiet HEAD -- && echo 1) >> ../.version" IgnoreExitCode="True">
|
||||
</Exec>
|
||||
</Target>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue