summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@nokia.com>2012-06-13 17:21:31 +0200
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-06-13 17:42:38 +0200
commit67c61fbab92180ac2ef711438bf77ca339fd303f (patch)
tree596bc91f5a2b93253460fe3974767f6abf83935f /README
parent89251c42b62f511353d5c5c6cd2e7dff7bd12de5 (diff)
fix path to tests in README
Change-Id: I019e1af46c508f4577e8952475bb4c2275fb0649 Reviewed-by: Karsten Heimrich <karsten.heimrich@nokia.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 73876651d..9248271d0 100644
--- a/README
+++ b/README
@@ -40,11 +40,11 @@ configure -nomake examples -nomake demos -qt-zlib -qt-libtiff -qt-libpng -qt-lib
To create an installer, use binarycreator:
in windows;
-cd installerbuilder
+cd tests\test-installer
create-test-installer.bat
in unix;
-cd installerbuilder
+cd tests/test-installer
create-test-installer.sh
This creates an installer "test-installer.exe"/"test-installer" from the installerbase binary and the components required by the com.nokia.testapp package(examples\testapp\packages\com.nokia.testapp).