From ea8a11212c4b496d1f808f2e6113ebdfe9280003 Mon Sep 17 00:00:00 2001 From: Martin Rotter Date: Wed, 6 Jan 2021 08:46:43 +0100 Subject: [PATCH] Test --- src/rssguard/rssguard.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rssguard/rssguard.pro b/src/rssguard/rssguard.pro index 779925953..9dd9c0d7c 100644 --- a/src/rssguard/rssguard.pro +++ b/src/rssguard/rssguard.pro @@ -55,6 +55,7 @@ SEDREPLACE = "s|@APP_VERSION@|$$APP_VERSION|g; s|@APP_WIN_ARCH@|$$APP_WIN_ARCH|g message($$MSG_PREFIX: Sed replace string: \"$$SEDREPLACE\".) +system(echo \"$$shell_path($$shell_quote($$PWD/../../resources/nsis/NSIS.definitions.nsh.in))\") system($$shell_path($$shell_quote($$PWD/../../resources/scripts/sed/sed.exe)) -e \"$$SEDREPLACE\" $$shell_path($$shell_quote($$PWD/../../resources/nsis/NSIS.definitions.nsh.in)) > $$shell_path($$shell_quote($$OUT_PWD/NSIS.definitions.nsh))) system(xcopy /Y $$shell_path($$shell_quote($$PWD/../../resources/nsis/NSIS.template.in)) $$shell_path($$shell_quote($$OUT_PWD/)))