Index: Source/Boot.cpp
--- Source/Boot.cpp.orig
+++ Source/Boot.cpp
@@ -50,7 +50,7 @@ static fs::path FindGameData()
 	dataPath = pathbuf;
 	dataPath = dataPath.parent_path().parent_path() / "Resources";
 #else
-	dataPath = "Data";
+	dataPath = "${TRUEPREFIX}/share/nanosaur2";
 #endif
 
 	dataPath = dataPath.lexically_normal();
