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:
parent
0b2f7a1b2f
commit
558d1be7e3
2 changed files with 9 additions and 9 deletions
|
|
@ -32,6 +32,7 @@ enum ePluginLoadStateReturn {
|
|||
struct SHyprlandVersion {
|
||||
std::string branch;
|
||||
std::string hash;
|
||||
std::string date;
|
||||
int commits = 0;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue