feat(client): switch to 512x512 icons for linux, add metainfo (#11759)

This commit is contained in:
Vladimir Romashchenko
2025-04-17 07:17:51 -04:00
committed by GitHub
parent c2c106f508
commit 8575fc2ad5
9 changed files with 108 additions and 5 deletions

View File

@@ -30,6 +30,11 @@ const iconX64PngPath = path.join(
`./resources/icons/icon_${buildType}_64x64.png`
);
const iconX512PngPath = path.join(
ROOT,
`./resources/icons/icon_${buildType}_512x512.png`
);
const icnsPath = path.join(
ROOT,
!stableBuild
@@ -77,6 +82,7 @@ export {
iconPngPath,
iconUrl,
iconX64PngPath,
iconX512PngPath,
icoPath,
platform,
productName,