diff options
author | John Stebbins <[email protected]> | 2018-06-19 14:53:51 -0700 |
---|---|---|
committer | John Stebbins <[email protected]> | 2018-06-19 14:53:51 -0700 |
commit | d309b632bd7083d2c2d21463bc50f29fd33c3ab5 (patch) | |
tree | e60ce5f2e449e00f49c6d1641f35ad4f92be4e81 /gtk/src/Makefile.am | |
parent | 0b8c82823031d48a33d0664e1c5a335c604712f4 (diff) |
LinGui: use fr.handbrake.ghb consistently
Diffstat (limited to 'gtk/src/Makefile.am')
-rw-r--r-- | gtk/src/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gtk/src/Makefile.am b/gtk/src/Makefile.am index a7b8c7236..b684aeef2 100644 --- a/gtk/src/Makefile.am +++ b/gtk/src/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in icons = \ - hb-icon.svg + hb-icon.svg fr.handbrake.ghb.svg icons_dep = \ icons/24x24/apps/hb-remove.png \ @@ -35,12 +35,7 @@ icons_dep = \ icons/scalable/apps/hb-edit.svg \ icons/scalable/apps/hb-icon.svg -if GHB_FLATPAK -icons += fr.handbrake.ghb.svg hb_menu = fr.handbrake.ghb.desktop -else -hb_menu = ghb.desktop -endif @INTLTOOL_XML_RULE@ appdatadir = $(datarootdir)/metainfo |