mirror of
https://github.com/aaif-goose/goose.git
synced 2026-07-03 14:10:03 +02:00
fix flatpak icon (#7154)
Signed-off-by: The-Best-Codes <106822363+The-Best-Codes@users.noreply.github.com>
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user