Added submodule, tweaked PRO.

This commit is contained in:
Martin Rotter 2016-08-04 08:02:52 +02:00
parent 646c654a8f
commit e5b5f3d8e1
4 changed files with 5 additions and 5 deletions

6
.gitmodules vendored
View File

@ -10,6 +10,6 @@
[submodule "resources/scripts/nsis"]
path = resources/scripts/nsis
url = https://github.com/martinrotter/nsis.git
[submodule "resources/scripts/findreplace"]
path = resources/scripts/findreplace
url = https://github.com/martinrotter/findreplace.git
[submodule "resources/scripts/sed"]
path = resources/scripts/sed
url = https://github.com/martinrotter/sed.git

@ -1 +0,0 @@
Subproject commit b72408bece60b888a9257da2039441b221803a19

1
resources/scripts/sed Submodule

@ -0,0 +1 @@
Subproject commit 786fe1fd494dfc076722fb07c49801de66a6428c

View File

@ -489,7 +489,7 @@ win32 {
nsis.target = nsis
nsis.depends = install
nsis.commands = \
$$shell_path($$shell_quote($$PWD/resources/scripts/findreplace/findreplace/bin/Release/findreplace.exe)) @APP_VERSION@ $$shell_quote($$APP_VERSION) @APP_NAME@ $$shell_quote($$APP_NAME) @APP_LOW_NAME@ $$shell_quote($$APP_LOW_NAME) @EXE_NAME@ $$shell_quote($${APP_LOW_NAME}.exe) @PWD@ $$shell_path($$shell_quote($$PWD)) @OUT_PWD@ $$shell_path($$shell_quote($$OUT_PWD)) $$shell_path($$shell_quote($$PWD/resources/nsis/NSIS.definitions.nsh.in)) > $$shell_path($$shell_quote($$OUT_PWD/NSIS.definitions.nsh)) && \
$$shell_path($$shell_quote($$PWD/resources/scripts/sed/sed.exe)) -e \"s|@APP_VERSION@|$$APP_VERSION|g; s|@APP_NAME@|$$APP_NAME|g; s|@APP_LOW_NAME@|$$APP_LOW_NAME|g; s|@EXE_NAME@|$${APP_LOW_NAME}.exe|g; s|@PWD@|$$replace(PWD, /, \\\\)|g; s|@OUT_PWD@|$$replace(OUT_PWD, /, \\\\)|g\" $$shell_path($$shell_quote($$PWD/resources/nsis/NSIS.definitions.nsh.in)) > $$shell_path($$shell_quote($$OUT_PWD/NSIS.definitions.nsh)) && \
xcopy /Y $$shell_path($$shell_quote($$PWD/resources/nsis/NSIS.template.in)) $$shell_path($$shell_quote($$OUT_PWD/)) && \
$$shell_path($$shell_quote($$PWD/resources/scripts/nsis/makensis.exe)) $$shell_path($$shell_quote($$OUT_PWD/NSIS.template.in))