Fixed wrong Nuake.Net path

This commit is contained in:
Antoine Pilote
2024-04-11 19:49:23 -04:00
parent f4d71b9977
commit f4493886f0
4 changed files with 1360 additions and 4 deletions

View File

@@ -21,7 +21,7 @@ namespace Nuake {
private:
const std::string m_Scope = "Nuake.Net";
const std::string m_EngineAssemblyName = "NuakeNet.dll";
const std::string m_NetDirectory = ".net";
const std::string m_NetDirectory = "bin/Debug/net8.0";
const std::string m_ContextName = "NuakeEngineContext";
bool m_IsInitialized = false;