diff --git a/helpers/make-gnome-tweak-tool b/helpers/make-gnome-tweak-tool
index b20f601c9bea13d13246d4a3da50d743a0f22120..9785d3e980d924f29628060b15c18b19361b3a6d 100644
--- a/helpers/make-gnome-tweak-tool
+++ b/helpers/make-gnome-tweak-tool
@@ -21,7 +21,7 @@ VERSION=1
 . ./config
 
 sed '/ShellShowsAppMenu/s/True/False/' -i ./gtweak/utils.py
-sed '/ApplicationMenuTweak()/d' -i gtweak/tweaks/tweak_group_shell.py
+sed '/ApplicationMenuTweak()/d' -i gtweak/tweaks/tweak_group_top_bar.py
 
 changelog "Disable ShellShowsAppMenu"
 compile