From b998b655b025dba1b12152d62c9f225bc56cb9cc Mon Sep 17 00:00:00 2001 From: Khoren Markosyan Date: Wed, 10 Aug 2022 22:10:56 +0400 Subject: [PATCH] fixed win script --- init_win.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init_win.ps1 b/init_win.ps1 index 1156746..763e15d 100644 --- a/init_win.ps1 +++ b/init_win.ps1 @@ -23,7 +23,7 @@ Remove-Item -R "$zxingPath" mkdir -p "$zxingPath" # copy zxing -Copy-Item -R "zxing-cpp-$zxing_version/core/" "$zxingPath" +Copy-Item -R "zxing-cpp-$zxing_version/zxing-cpp-$zxing_version/core/" "$zxingPath" # print success message for zxing Write-Output "ZXing $zxing_version has been successfully installed"