Installer: Fix cli executable path.

This commit is contained in:
Kimmo Varis 2010-02-27 17:57:18 +08:00 committed by Daniel Marjamäki
parent 839a81a865
commit 4d6810f5e9
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<?define Platform = "x86" ?>
<?endif ?>
<?define CliBuildDir = "..\cli\release" ?>
<?define CliBuildDir = "..\Build\release" ?>
<?define GuiBuildDir = "..\gui\release" ?>
<?define ManualDir = "..\man" ?>
<?define QtDllDir = "..\..\runtimes" ?>