fix: don't mark cross compiled builds as dirty
This commit is contained in:
parent
48a11be7b7
commit
b3c541f743
2 changed files with 3 additions and 1 deletions
|
|
@ -40,5 +40,7 @@ public static class BuildInfo
|
|||
Version = versionData[0];
|
||||
if (versionData[1] != "0" || dirty)
|
||||
Version += $"+{versionData[2]}";
|
||||
if (dirty)
|
||||
Version += ".dirty";
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue