Mercurial > trustbridge
changeset 490:2e78d08ff46e
Rename to trustbridge in packaging
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Thu, 24 Apr 2014 15:47:09 +0000 |
parents | a9da8e4eeff7 |
children | 810983b27a53 |
files | packaging/filelist.nsh packaging/tmp-createpackage.sh |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/packaging/filelist.nsh Thu Apr 24 15:46:35 2014 +0000 +++ b/packaging/filelist.nsh Thu Apr 24 15:47:09 2014 +0000 @@ -9,7 +9,7 @@ ; Keep it updated if you add new things. File "${files_dir}/cinst.exe" -File "${files_dir}/m13ui.exe" +File "${files_dir}/trustbridge.exe" File "${files_dir}/mozilla.exe" ; NSS: This should ultimately be static
--- a/packaging/tmp-createpackage.sh Thu Apr 24 15:46:35 2014 +0000 +++ b/packaging/tmp-createpackage.sh Thu Apr 24 15:47:09 2014 +0000 @@ -15,7 +15,7 @@ TMPDIR=$(mktemp -d) -EXEFILES=$(find . -name cinst.exe -o -name m13ui.exe -o -name mozilla.exe) +EXEFILES=$(find . -name cinst.exe -o -name trustbridge.exe -o -name mozilla.exe) cp $NSSDIR/*.dll $TMPDIR cp $EXEFILES $TMPDIR