From a459490e8d8e3d3c549f84ca556db7808ca28fb1 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Fri, 4 Feb 2022 12:14:26 +0400 Subject: [PATCH] Fixed Makefile.am error. Signed-off-by: Alexander Shaduri --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 76de434..8d1f905 100644 --- a/Makefile.am +++ b/Makefile.am @@ -128,8 +128,8 @@ win-dist-prepare: all cp $(top_srcdir)/AUTHORS.txt $(top_srcdir)/LICENSE_* $(top_srcdir)/README.txt win-dist/doc/ cp $(top_srcdir)/NEWS win-dist/doc/NEWS.txt - # The manifest is already embedded in exe - # cp src/gsmartcontrol.exe src/gsmartcontrol.exe.manifest win-dist/ +# The manifest is already embedded in exe +# cp src/gsmartcontrol.exe src/gsmartcontrol.exe.manifest win-dist/ cp src/gsmartcontrol.exe win-dist/ unix2dos win-dist/doc/*.txt