Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
7 changes: 6 additions & 1 deletion build/windows/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -276,8 +276,13 @@ try {
#}

# 1c. Packaging tools via Chocolatey.
# Inno must be >= 6.3: inno\common.iss uses "WizardStyle=classic dynamic"
# plus Wizard[Small]ImageFileDynamicDark for the dark-mode wizard art, all
# of which 6.0-6.2.x reject ("Value of [Setup] section directive ... is
# invalid"). 6.7.1 is pinned to match $issTag for the unofficial language
# files above - keep the two in sync when bumping either one.
if (Get-Command choco -ErrorAction SilentlyContinue) {
choco install innosetup --version=6.2.2 -y --no-progress
choco install innosetup --version=6.7.1 -y --no-progress
choco install 7zip -y --no-progress
if ($BuildMsi) {
choco install advanced-installer -y --no-progress
Expand Down
Loading