diff --git a/vscodium.recipe.py b/vscodium.recipe.py index fc73295..4d769b1 100644 --- a/vscodium.recipe.py +++ b/vscodium.recipe.py @@ -29,3 +29,7 @@ build = [ # Cleanup f"rm -rf {fembuilddir}" ] + +triggers = [ + f"update-desktop-database" +] \ No newline at end of file