mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
feat(client): switch to 512x512 icons for linux, add metainfo (#11759)
This commit is contained in:
committed by
GitHub
parent
c2c106f508
commit
8575fc2ad5
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user