Fix: Appimage desktop file entries (#7219)

* appimage test

* add mimeType option

* transfer fork to logseq

* appimage test

* add mimeType option

* transfer fork to logseq

* add package name

* fix: product name

Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
Konstantinos
2022-11-05 09:39:46 +02:00
committed by GitHub
parent 99a2d333f9
commit 0aaba519cc
2 changed files with 6 additions and 2 deletions

View File

@@ -50,7 +50,10 @@ module.exports = {
},
{
name: 'electron-forge-maker-appimage',
platforms: ['linux']
platforms: ['linux'],
config: {
mimeType: ["x-scheme-handler/logseq"]
}
}
],