mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix: use correct git commit abbrev
This commit is contained in:
parent
e058d05224
commit
50776980e5
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@
|
|||
|
||||
<Target Name="SetSourceRevisionId" BeforeTargets="InitializeSourceControlInformation">
|
||||
<Exec
|
||||
Command="git describe --long --always --dirty --exclude=* --abbrev=8 > ../.version"
|
||||
Command="git describe --long --always --dirty --exclude=* --abbrev=7 > ../.version"
|
||||
IgnoreExitCode="False"
|
||||
>
|
||||
</Exec>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue