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.',
|
maintainer: 'Block, Inc.',
|
||||||
homepage: 'https://block.github.io/goose/',
|
homepage: 'https://block.github.io/goose/',
|
||||||
categories: ['Development'],
|
categories: ['Development'],
|
||||||
mimeType: ['x-scheme-handler/goose'],
|
desktopTemplate: './forge.deb.desktop',
|
||||||
options: {
|
options: {
|
||||||
icon: 'src/images/icon.png'
|
icon: 'src/images/icon.png'
|
||||||
}
|
}
|
||||||
@@ -84,6 +84,7 @@ module.exports = {
|
|||||||
maintainer: 'Block, Inc.',
|
maintainer: 'Block, Inc.',
|
||||||
homepage: 'https://block.github.io/goose/',
|
homepage: 'https://block.github.io/goose/',
|
||||||
categories: ['Development'],
|
categories: ['Development'],
|
||||||
|
desktopTemplate: './forge.rpm.desktop',
|
||||||
options: {
|
options: {
|
||||||
icon: 'src/images/icon.png'
|
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