提交 67e7e730 authored 作者: Will Chen's avatar Will Chen

Support dyad protocol in forge

上级 42b759d8
......@@ -40,6 +40,12 @@ const ignore = (file: string) => {
const config: ForgeConfig = {
packagerConfig: {
protocols: [
{
name: "Dyad",
schemes: ["dyad"],
},
],
icon: "./assets/icon/logo",
osxSign: {
......@@ -62,7 +68,11 @@ const config: ForgeConfig = {
new MakerSquirrel({}),
new MakerZIP({}, ["darwin"]),
new MakerRpm({}),
new MakerDeb({}),
new MakerDeb({
options: {
mimeType: ["x-scheme-handler/dyad"],
},
}),
],
publishers: [
{
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论