do not make rpm because of unkown issue

This commit is contained in:
an-lee
2024-03-23 17:48:59 +08:00
parent 3600895a60
commit f351649caf
2 changed files with 9 additions and 8 deletions

View File

@@ -33,3 +33,4 @@ jobs:
path: |
enjoy/out/make/**/*.deb
enjoy/out/make/**/*.rpm
enjoy/out/make/**/*.zip

View File

@@ -45,14 +45,14 @@ const config = {
mimeType: ["x-scheme-handler/enjoy"],
},
}),
new MakerRpm({
options: {
name: "enjoy",
productName: "Enjoy",
icon: "./assets/icon.png",
mimeType: ["x-scheme-handler/enjoy"],
},
}),
// new MakerRpm({
// options: {
// name: "enjoy",
// productName: "Enjoy",
// icon: "./assets/icon.png",
// mimeType: ["x-scheme-handler/enjoy"],
// },
// }),
],
publishers: [
{