Skip to content

Commit

Permalink
SporeModManager: adjust GetCoreLibFileVersionInfo() for unified modap…
Browse files Browse the repository at this point in the history
…i DLL
  • Loading branch information
Rosalie241 committed Dec 25, 2023
1 parent 0f5536d commit 93e4f8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SporeModManager/SporeModManagerHelpers/FileVersion.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bool FileVersion::GetCoreLibFileVersionInfo(FileVersionInfo& fileVersionInfo)
return true;
}

coreLibPath = Path::Combine({ Path::GetCoreLibsPath(), "march2017", "SporeModAPI.dll" });
coreLibPath = Path::Combine({ Path::GetCoreLibsPath(), "SporeModAPI.dll" });

if (!std::filesystem::is_regular_file(coreLibPath))
{
Expand Down

0 comments on commit 93e4f8d

Please sign in to comment.