diff --git a/source/Enderal DLL/src/Util.h b/source/Enderal DLL/src/Util.h index 093682e8..82883927 100644 --- a/source/Enderal DLL/src/Util.h +++ b/source/Enderal DLL/src/Util.h @@ -103,7 +103,7 @@ inline void LoadINI(std::map* settings, const char* iniPath) } if (bUpdateINI) { - logger::info("New settings detected, adding to ArtifactTracker.ini"); + logger::info("New settings detected, adding to EnderalSE.ini"); ini.SaveFile(iniPath); } diff --git a/source/Enderal DLL/vcpkg-configuration.json b/source/Enderal DLL/vcpkg-configuration.json index 48a3c82e..95905a0a 100644 --- a/source/Enderal DLL/vcpkg-configuration.json +++ b/source/Enderal DLL/vcpkg-configuration.json @@ -3,7 +3,7 @@ { "kind": "git", "repository": "https://gitlab.com/colorglass/vcpkg-colorglass", - "baseline": "bbd09a56b951d86dec3ea484ec183d00b013b486", + "baseline": "6309841a1ce770409708a67a9ba5c26c537d2937", "packages": [ "commonlibsse-ng", "gluino",