Skip to content

Commit

Permalink
Add /usr/share/sing-box to core asset search path (#1350)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jisu-Woniu authored Jul 20, 2024
1 parent b1d1674 commit 2a17725
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main/NekoGui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 2a17725

Please sign in to comment.