Add /usr/share/sing-box to core asset search path (#1350)

This commit is contained in:
极速蜗牛 2024-07-20 13:23:24 +08:00 committed by GitHub
parent b1d1674912
commit 2a177256ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -419,6 +419,7 @@ namespace NekoGui {
search << QApplication::applicationDirPath();
search << "/usr/share/sing-geoip";
search << "/usr/share/sing-geosite";
search << "/usr/share/sing-box";
search << "/usr/lib/nekobox";
search << "/usr/share/nekobox";
for (const auto &dir: search) {