Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Commit 2a17725

Browse files
authored
Add /usr/share/sing-box to core asset search path (#1350)
1 parent b1d1674 commit 2a17725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main/NekoGui.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,7 @@ namespace NekoGui {
419419
search << QApplication::applicationDirPath();
420420
search << "/usr/share/sing-geoip";
421421
search << "/usr/share/sing-geosite";
422+
search << "/usr/share/sing-box";
422423
search << "/usr/lib/nekobox";
423424
search << "/usr/share/nekobox";
424425
for (const auto &dir: search) {

0 commit comments

Comments
 (0)