mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-19 14:38:18 +00:00
try to fix missing data dir for the mac app
This commit is contained in:
parent
6884cb617a
commit
c6f0d19df5
|
@ -231,7 +231,8 @@ public:
|
|||
"/usr/local/share/games/teeworlds/data",
|
||||
"/usr/pkg/share/teeworlds/data",
|
||||
"/usr/pkg/share/games/teeworlds/data",
|
||||
"/opt/teeworlds/data"
|
||||
"/opt/teeworlds/data",
|
||||
"/Volumes/Teeworlds/Teeworlds.app/Contents/Resources/data"
|
||||
};
|
||||
const int DirsCount = sizeof(aDirs) / sizeof(aDirs[0]);
|
||||
|
||||
|
|
Loading…
Reference in a new issue