Skip to content

Commit e163473

Browse files
committed
Update documentation as recommended by Devin
1 parent 4921901 commit e163473

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

Docs/installer-build-guide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,13 @@ The automated build process is defined in two GitHub Actions workflows:
129129
### Patch Installer Workflow (`.github/workflows/patch-installer-cd.yml`)
130130

131131
**Triggers:**
132-
- Push to `release/9.3` branch
132+
- Push to certain branches
133133
- Scheduled: Every Monday at 03:30 UTC
134134
- Manual: `workflow_dispatch` with parameters
135135

136136
**Key Steps:**
137137
1. Checkout repos (same as base installer)
138+
1. Upload updated strings for translation
138139
2. Download base build artifacts from GitHub Release
139140
3. Set registry key for WiX temp file handling
140141
4. Build patch using `msbuild Build/InstallerBuild.proj /t:BuildPatchInstaller`

Setup-Developer-Machine.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ if ($InstallerDeps) {
230230
}
231231
}
232232
} elseif (Test-Path $lcmTarget) {
233-
Write-Host "[OK] Localizations/LCM already exists" -ForegroundColor Green
233+
Write-Host "[OK] Localizations/LCMRepo already exists" -ForegroundColor Green
234234
}
235235
}
236236

0 commit comments

Comments
 (0)