Skip to content

Commit

Permalink
Fixed possible issue regarding detection of appmanifest
Browse files Browse the repository at this point in the history
  • Loading branch information
womblee committed Jan 18, 2024
1 parent 5c465a8 commit 08f8c08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod_downloader/mod_downloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ int main()
// Attempt to read appmanifest_239140.acf
if (found)
{
std::ifstream main_add(std::string(steam_path + "\\steamapps\\appmanifest_239140.acf"));
std::ifstream main_add(std::string(game_path + "\\steamapps\\appmanifest_239140.acf"));

if (main_add.fail())
throw_error("Dying Light's app manifest doesn't exist! Make sure 'appmanifest_239140.acf' exists in your steamapps folder.");
Expand Down

0 comments on commit 08f8c08

Please sign in to comment.