hyprpm: Improve Hyprpm Update Performance (#5530)

* hyprpm: only clone the required history

* hyprpm: don't include tracy when building headers in release mode

* chore: remove old, commented-out code

See https://github.com/hyprwm/Hyprland/pull/4585#discussion_r1474780294

* chore: format code properly
This commit is contained in:
Ben Landon
2024-04-10 12:33:50 -04:00
committed by GitHub
parent 0b2f7a1b2f
commit 558d1be7e3
2 changed files with 9 additions and 9 deletions

View File

@@ -32,6 +32,7 @@ enum ePluginLoadStateReturn {
struct SHyprlandVersion {
std::string branch;
std::string hash;
std::string date;
int commits = 0;
};