Installer: Fix cli executable path.
This commit is contained in:
parent
839a81a865
commit
4d6810f5e9
|
@ -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" ?>
|
||||
|
|
Loading…
Reference in New Issue