Skip to content

Commit 2b44f97

Browse files
authored
omnibus: vcredist: move the actual file copy to the recipe (#32299)
1 parent 593c137 commit 2b44f97

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

omnibus/config/software/python3.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@
8181
license "Python-2.0"
8282

8383
command "XCOPY /YEHIR *.* \"#{windows_safe_path(python_3_embedded)}\""
84-
command "copy /y \"#{windows_safe_path(vcrt140_root)}\\*.dll\" \"#{windows_safe_path(python_3_embedded)}\""
8584

8685
# Install pip
8786
python = "#{windows_safe_path(python_3_embedded)}\\python.exe"

omnibus/config/software/vc_redist_14.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@
2323
else
2424
source_msm = "Microsoft_VC141_CRT_x64.msm"
2525
end
26-
command "powershell -C \"#{windows_safe_path(script_root)} -file #{source_msm} -targetDir .\\expanded\""
26+
command "powershell -C \"#{windows_safe_path(script_root)} -file #{source_msm} -targetDir \"#{windows_safe_path(python_3_embedded)}\"\""
2727
end

0 commit comments

Comments
 (0)