Skip to content

Commit 1835a46

Browse files
Fix typo in deploy_qt function: corrected 'targe_dir' to 'target_dir' in Copy-Item command
1 parent aa8c9b6 commit 1835a46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/ci_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function deploy_qt {
2929
New-Item -ItemType Directory -Path $target_dir
3030
}
3131

32-
Copy-Item -Path $binary -Destination "$targe_dir\zclipboard.exe"
32+
Copy-Item -Path $binary -Destination "$target_dir\zclipboard.exe"
3333

3434
Set-Location $target_dir
3535

0 commit comments

Comments
 (0)