Skip to content

Commit

Permalink
add internal storage search path for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamNik committed Jun 26, 2021
1 parent 160b755 commit 82ba574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/StelFileMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ void StelFileMgr::init()
searchPaths += info.absoluteFilePath() + "/stellarium";
searchPaths += info.absoluteFilePath() + "/0/stellarium";
}
searchPaths += "/sdcard/stellarium";
#elif defined(Q_OS_MAC)
QString relativePath = "/../Resources";
if (QCoreApplication::applicationDirPath().contains("src")) {
Expand Down

0 comments on commit 82ba574

Please sign in to comment.