Skip to content

Commit 2ca3aeb

Browse files
committed
Fixed install path 2.
1 parent 02ce28d commit 2ca3aeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ports/ci/windows-msys/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cmd //c "sc start FrameServerMonitor" || true
3434
export BUILD_DIR="${PWD}/build-${COMPILER}-x64/build"
3535
export INSTALL_PREFIX="C:/Program Files/AkVirtualCamera"
3636

37-
mkdir -p "${INSTALL_DIR}"
37+
mkdir -p "${INSTALL_PREFIX}"
3838
cp -rvf "${BUILD_DIR}"/* "${INSTALL_PREFIX}/"
3939

4040
echo "Initilize the assistant"

0 commit comments

Comments
 (0)