Skip to content

Commit 3e48221

Browse files
fix(newm-admin): msi build
1 parent db5e029 commit 3e48221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

newm-admin/packaging/windows/build-msi.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (-not (Test-Path $wixFile)) {
3333
# Build MSI with version parameter
3434
Write-Host "Building MSI..."
3535
Push-Location $ProjectDir
36-
cargo wix --nocapture --target $Target --output "$BuildDir\$MsiName" --input "$wixFile" -D "Version=$Version"
36+
cargo wix --nocapture --target $Target --output "$BuildDir\$MsiName" -D "Version=$Version" "$wixFile"
3737
Pop-Location
3838

3939
Write-Host "MSI created at: $BuildDir\$MsiName"

0 commit comments

Comments
 (0)