fix: flatpak bundle (#14155)

This commit is contained in:
DarkSky
2025-12-26 23:37:53 +08:00
committed by GitHub
parent ca386283c5
commit 3fe8923fc3
2 changed files with 15 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ import {
arch,
buildType,
icnsPath,
iconPngPath,
iconUrl,
iconX64PngPath,
iconX512PngPath,
icoPath,
platform,
@@ -120,8 +120,11 @@ const makers = [
mimeType: linuxMimeTypes,
productName,
bin: productName,
id: appIdMap[buildType],
icon: iconPngPath, // not working yet
id: fromBuildIdentifier(appIdMap),
icon: {
'64x64': iconX64PngPath,
'512x512': iconX512PngPath,
},
branch: buildType,
runtime: 'org.freedesktop.Platform',
runtimeVersion: '25.08',