Add KITTY_VCS_REV for release builds as well

This commit is contained in:
Kovid Goyal
2023-02-28 19:41:28 +05:30
parent 5b46d990a2
commit cd8bb462c3
4 changed files with 10 additions and 3 deletions

View File

@@ -69,6 +69,7 @@ class Env:
ans.wayland_scanner = self.wayland_scanner
ans.wayland_scanner_code = self.wayland_scanner_code
ans.wayland_protocols = self.wayland_protocols
ans.vcs_rev = self.vcs_rev
return ans