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'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user