fix Dep make
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user