Skip to content

Commit 1538758

Browse files
Fix windows host path
1 parent 7b6fbc0 commit 1538758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/include/CoreClr.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
// Host name
3434
#ifdef _WIN32
35-
#define HostDll "\AltV.Net.Host.dll"
36-
#define HostCfg "\AltV.Net.Host.runtimeconfig.json"
35+
#define HostDll "\\AltV.Net.Host.dll"
36+
#define HostCfg "\\AltV.Net.Host.runtimeconfig.json"
3737
#else
3838
#define HostDll "/AltV.Net.Host.dll"
3939
#define HostCfg "/AltV.Net.Host.runtimeconfig.json"

0 commit comments

Comments
 (0)