Random cleanup

This commit is contained in:
Willy-JL
2023-07-21 23:37:21 +02:00
parent 753485d682
commit 81c4865f48
6 changed files with 6 additions and 159 deletions

View File

@@ -6,7 +6,6 @@ App(
requires=[
"gui",
"storage",
"archive",
],
conflicts=["desktop"],
entry_point="updater_srv",
@@ -23,7 +22,6 @@ App(
"gui",
"storage",
"bt",
"archive",
],
conflicts=["updater"],
provides=["updater_start"],