Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Correct name helps
  • Loading branch information
zooba committed Feb 27, 2024
commit 7c7380cbbd783024b81fd7770a6055f5a364dfb6
2 changes: 1 addition & 1 deletion windows-release/test-msi.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
param ([string]$SetupExe)

Write-Host "##[section]Install Python"
$SetupArgs = "$SetupExe " + `
$SetupCmd = "$SetupExe " + `
"/passive /log ""C:\Logs\install\log.txt"" " + `
"TargetDir=C:\Python " + `
"Include_debug=1 " + `
Expand Down