diff options
author | Louie S <louie@example.com> | 2023-03-04 13:43:45 -0800 |
---|---|---|
committer | Louie S <louie@example.com> | 2023-03-04 13:43:45 -0800 |
commit | 00403d8413157e08eeaba7a1932f17c3c7b0758e (patch) | |
tree | 6f2b20ff98092bd7cbac529d64bbd31b2519b909 /data/Makefile.in | |
parent | 712af9ea3cb3d0de866221ade19341fd114f7000 (diff) |
Configure flag for disabling icon embed for windows executable
Diffstat (limited to 'data/Makefile.in')
-rw-r--r-- | data/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/Makefile.in b/data/Makefile.in index 81264d9..1720180 100644 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -249,7 +249,7 @@ target_alias = @target_alias@ top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -EXTRA_DIST = terminal-media-launcher.ico terminal-media-launcher.svg +EXTRA_DIST = $(PACKAGE_NAME).svg # Build a .desktop entry @DESKTOP_ENTRY_TRUE@CLEANFILES = $(PACKAGE_NAME).desktop |