From 00403d8413157e08eeaba7a1932f17c3c7b0758e Mon Sep 17 00:00:00 2001 From: Louie S Date: Sat, 4 Mar 2023 13:43:45 -0800 Subject: Configure flag for disabling icon embed for windows executable --- data/Makefile.am | 3 ++- data/Makefile.in | 2 +- data/terminal-media-launcher.ico | Bin 311073 -> 0 bytes 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 data/terminal-media-launcher.ico (limited to 'data') diff --git a/data/Makefile.am b/data/Makefile.am index b051ebb..5a39270 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,4 +1,4 @@ -EXTRA_DIST = terminal-media-launcher.ico terminal-media-launcher.svg +EXTRA_DIST = $(PACKAGE_NAME).svg # Build a .desktop entry if DESKTOP_ENTRY @@ -27,3 +27,4 @@ desktop_DATA = $(PACKAGE_NAME).desktop icon_DATA = $(PACKAGE_NAME).svg endif + 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 diff --git a/data/terminal-media-launcher.ico b/data/terminal-media-launcher.ico deleted file mode 100644 index e136781..0000000 Binary files a/data/terminal-media-launcher.ico and /dev/null differ -- cgit