Skip to content

Commit cadd330

Browse files
authored
Merge pull request #42 from toppers/fix_buildpath
buildパスがDebugになっていたため、Releaseに修正
2 parents 2d288da + f59cf10 commit cadd330

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.bat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@echo off
22
setlocal
33

4-
set "BUILD_REL_PATH=out\build\x64-Debug\core\sample\base-procs\hako-cmd"
4+
set "BUILD_REL_PATH=out\build\x64-Release\core\sample\base-procs\hako-cmd"
55
set "BIN_DIR=%CD%\bin"
66
set "MY_CONFIG_PATH=%CD%\core\cpp_core_config.json"
77

0 commit comments

Comments
 (0)