fix Dep make

This commit is contained in:
an-lee
2024-11-20 18:54:58 +08:00
parent f9582b7d28
commit 1bace5593b

View File

@@ -43,6 +43,14 @@ const config = {
},
{
name: "@electron-forge/maker-deb",
config: () => ({
options: {
name: "enjoy",
productName: "Enjoy",
icon: "./assets/icon.png",
mimeType: ["x-scheme-handler/enjoy"],
},
}),
},
// new MakerRpm({
// options: {