feat: add update-desktop-database to vscodium

This commit is contained in:
2026-01-28 19:31:54 +01:00
parent 2045e60311
commit cc2717c4e0

View File

@@ -29,3 +29,7 @@ build = [
# Cleanup
f"rm -rf {fembuilddir}"
]
triggers = [
f"update-desktop-database"
]