mirror of
https://github.com/block/goose.git
synced 2026-07-17 12:56:20 +02:00
refactor(forge): employ desktopTemplate to support absolute paths (#4084)
Signed-off-by: Jason Cochard <cochard@protonmail.com>
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user