From f546db97d834bf5080beb18356b63fd0fe812e8e Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 6 Jan 2021 09:46:22 +0100 Subject: [PATCH] Test --- src/rssguard/rssguard.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rssguard/rssguard.pro b/src/rssguard/rssguard.pro index 19b170d9d..28a0e1cbe 100644 --- a/src/rssguard/rssguard.pro +++ b/src/rssguard/rssguard.pro @@ -57,7 +57,7 @@ message($$MSG_PREFIX: Sed replace string: \"$$SEDREPLACE\") FULLSEDCMD = "$$shell_path($$shell_quote($$PWD/../../resources/scripts/sed/sed.exe)) -e \"$$SEDREPLACE\" \"$$system_path($$system_quote($$PWD/../../resources/nsis/NSIS.definitions.nsh.in))\" > \"$$system_path($$system_quote($$OUT_PWD\NSIS.definitions.nsh))\"" message($$MSG_PREFIX: Full sed command: $$FULLSEDCMD) -#system() +system($$FULLSEDCMD) system(xcopy /Y $$shell_path($$shell_quote($$PWD/../../resources/nsis/NSIS.template.in)) $$shell_path($$shell_quote($$OUT_PWD/))) include(../../pri/install.pri)