mirror of
https://github.com/martinrotter/rssguard.git
synced 2025-01-28 16:20:34 +01:00
Test
This commit is contained in:
parent
8c3577384b
commit
51820eb731
@ -55,7 +55,7 @@ SEDREPLACE = "s|@APP_VERSION@|$$APP_VERSION|g; s|@APP_WIN_ARCH@|$$APP_WIN_ARCH|g
|
|||||||
message($$MSG_PREFIX: Sed replace string: \"$$SEDREPLACE\")
|
message($$MSG_PREFIX: Sed replace string: \"$$SEDREPLACE\")
|
||||||
|
|
||||||
# > \"$$system_path($$system_quote($$OUT_PWD\NSIS.definitions.nsh))\"
|
# > \"$$system_path($$system_quote($$OUT_PWD\NSIS.definitions.nsh))\"
|
||||||
FULLSEDCMD = "$$shell_path($$shell_quote($$PWD/../../resources/scripts/sed/sed.exe)) -e \"$$SEDREPLACE\" \"$$system_path($$system_quote($$PWD/../../resources/nsis/NSIS.definitions.nsh.in))\""
|
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($$PWD/../../resources/nsis/NSIS.definitions.nsh.in))\""
|
||||||
message($$MSG_PREFIX: Full sed command: $$FULLSEDCMD)
|
message($$MSG_PREFIX: Full sed command: $$FULLSEDCMD)
|
||||||
|
|
||||||
system($$FULLSEDCMD)
|
system($$FULLSEDCMD)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user