Skip to content

Commit 1cb44ce

Browse files
committed
Update bundle-build.yml
1 parent fc85e44 commit 1cb44ce

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bundle-build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,11 @@ jobs:
7373
run: |
7474
$installer = Get-ChildItem -Path installers -Recurse -Filter 'stellarium-*-qt6-win64.exe' | Select-Object -First 1
7575
if ($installer) {
76-
& $installer.FullName /silent /dir=stellarium-installation /CURRENTUSER /NOICONS
76+
& $installer.FullName /silent /dir=stellarium-installation /CURRENTUSER /NOICONS /LOG="installation.log" /MERGETASKS="!checkexisting"
7777
New-Item -ItemType Directory -Path stellarium-installer -Force | Out-Null
7878
Copy-Item $installer.FullName stellarium-installer\
79+
Write-Host "===== installation.log ====="
80+
Get-Content installation.log
7981
} else {
8082
Write-Error "Installer not found."
8183
}

0 commit comments

Comments
 (0)