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