fix flatpak icon (#7154)

Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
This commit is contained in:
BestCodes
2026-02-11 13:22:43 -06:00
committed by GitHub
parent 566e110ae2
commit 947c17daf8
2 changed files with 5 additions and 1 deletions
+5 -1
View File
@@ -100,8 +100,12 @@ module.exports = {
name: '@electron-forge/maker-flatpak',
config: {
options: {
id: 'io.github.block.Goose',
categories: ['Development'],
icon: 'src/images/icon.png',
icon: {
'scalable': 'src/images/icon.svg',
'512x512': 'src/images/icon-512.png',
},
homepage: 'https://block.github.io/goose/',
runtimeVersion: '25.08',
baseVersion: '25.08',
Binary file not shown.

After

Width:  |  Height:  |  Size: 302 KiB