diff options
author | Vaxry <[email protected]> | 2024-02-01 16:11:27 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-02-01 16:11:27 +0000 |
commit | d0bfa567a89e8023898413a057e50dbb93b73bc5 (patch) | |
tree | da874ad26d57931f774274f35aa6624f7bbfe943 | |
parent | 81d26cf4d2b930fe7add74867175ee5787f4f88b (diff) | |
download | Hyprland-d0bfa567a89e8023898413a057e50dbb93b73bc5.tar.gz Hyprland-d0bfa567a89e8023898413a057e50dbb93b73bc5.zip |
oopsiehyprpm-local
-rw-r--r-- | hyprpm/src/core/PluginManager.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyprpm/src/core/PluginManager.cpp b/hyprpm/src/core/PluginManager.cpp index c976d674..49e2a3bf 100644 --- a/hyprpm/src/core/PluginManager.cpp +++ b/hyprpm/src/core/PluginManager.cpp @@ -285,7 +285,7 @@ bool CPluginManager::removePluginRepo(const std::string& urlOrName) { eHeadersErrors CPluginManager::headersValid() { const auto HLVER = getHyprlandVersion(); - if (!std::filesystem::exists("/home/vaxry/.local/share/hyprpm/headersRoot/share/pkgconfig/hyprland.pc")) + if (!std::filesystem::exists(DataState::getHeadersPath() + "/share/pkgconfig/hyprland.pc")) return HEADERS_MISSING; // find headers commit |