mirror of
https://github.com/block/goose.git
synced 2026-04-28 03:29:36 +00:00
refactor(forge): employ desktopTemplate to support absolute paths (#4084)
Signed-off-by: Jason Cochard <cochard@protonmail.com>
This commit is contained in:
parent
0ee17665a3
commit
44f574c4bc
3 changed files with 18 additions and 1 deletions
|
|
@ -70,7 +70,7 @@ module.exports = {
|
|||
maintainer: 'Block, Inc.',
|
||||
homepage: 'https://block.github.io/goose/',
|
||||
categories: ['Development'],
|
||||
mimeType: ['x-scheme-handler/goose'],
|
||||
desktopTemplate: './forge.deb.desktop',
|
||||
options: {
|
||||
icon: 'src/images/icon.png'
|
||||
}
|
||||
|
|
@ -84,6 +84,7 @@ module.exports = {
|
|||
maintainer: 'Block, Inc.',
|
||||
homepage: 'https://block.github.io/goose/',
|
||||
categories: ['Development'],
|
||||
desktopTemplate: './forge.rpm.desktop',
|
||||
options: {
|
||||
icon: 'src/images/icon.png'
|
||||
}
|
||||
|
|
|
|||
8
ui/desktop/forge.deb.desktop
Normal file
8
ui/desktop/forge.deb.desktop
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=Goose
|
||||
Exec=/usr/lib/goose/Goose %U
|
||||
Icon=/usr/share/pixmaps/goose.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;
|
||||
MimeType=x-scheme-handler/goose;
|
||||
8
ui/desktop/forge.rpm.desktop
Normal file
8
ui/desktop/forge.rpm.desktop
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
[Desktop Entry]
|
||||
Name=Goose
|
||||
Exec=/usr/lib/Goose/Goose %U
|
||||
Icon=/usr/share/pixmaps/Goose.png
|
||||
Terminal=false
|
||||
Type=Application
|
||||
Categories=Development;
|
||||
MimeType=x-scheme-handler/goose;
|
||||
Loading…
Add table
Add a link
Reference in a new issue