RPM, Changelog

This commit is contained in:
2025-02-28 17:39:04 +01:00
parent a4780d2545
commit d75e91481f
2 changed files with 9 additions and 6 deletions

View File

@@ -19,7 +19,7 @@
"icon": "public/logo-small.png"
},
"linux": {
"target": ["deb"],
"target": ["deb", "rpm"],
"maintainer": "Tobias Zoghaib",
"icon": "public/logo-small.png",
"category": "Education"
@@ -35,6 +35,9 @@
"!release",
"!src",
"!dist",
"!out"
"!out",
"!misc",
"!database.sqlite",
"!node_modules"
]
}