Skip to content

Commit f59cf10

Browse files
committed
buildパスがDebugになっていたため、Releaseに修正
1 parent 2d288da commit f59cf10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)