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',
|
name: '@electron-forge/maker-flatpak',
|
||||||
config: {
|
config: {
|
||||||
options: {
|
options: {
|
||||||
|
id: 'io.github.block.Goose',
|
||||||
categories: ['Development'],
|
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/',
|
homepage: 'https://block.github.io/goose/',
|
||||||
runtimeVersion: '25.08',
|
runtimeVersion: '25.08',
|
||||||
baseVersion: '25.08',
|
baseVersion: '25.08',
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 302 KiB |
Reference in New Issue
Block a user