hyprpm: handle failed compilations gracefully
This commit is contained in:
parent
7904188de9
commit
9f2bde925b
4 changed files with 24 additions and 8 deletions
|
|
@ -19,6 +19,7 @@ class CManifest {
|
|||
std::vector<std::string> authors;
|
||||
std::vector<std::string> buildSteps;
|
||||
std::string output;
|
||||
bool failed = false;
|
||||
};
|
||||
|
||||
struct {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue