Fix icon size on Windows (#34277)

Closes #34122

Release Notes:

- N/A
This commit is contained in:
localcc 2025-07-11 15:09:10 +02:00 committed by GitHub
parent 153840199e
commit b4cbea50bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 3 additions and 3 deletions

View file

@ -167,7 +167,7 @@ function BuildInstaller {
}
"dev" {
$appId = "{{8357632E-24A4-4F32-BA97-E575B4D1FE5D}"
$appIconName = "app-icon-nightly"
$appIconName = "app-icon-dev"
$appName = "Zed Dev"
$appDisplayName = "Zed Dev"
$appSetupName = "ZedEditorUserSetup-x64-$env:RELEASE_VERSION-dev"