mirror of
https://github.com/savoirfairelinux/jami-client-qt.git
synced 2026-01-11 03:16:20 +08:00
The output directory for windows builds currently matches either Release or Beta. This does not work as Beta is only a build option, not a build type. Changes : - Change build output directory to match the cmake build type (Release or Debug) - Change Beta output path references to Release Change-Id: Ib513f177d93e3c9fb529e00aa160443ac2e804b5
9 lines
242 B
XML
9 lines
242 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Include>
|
|
<?define Name="Jami" ?>
|
|
<?define ExeName="Jami" ?>
|
|
<?define AppName="Jami" ?>
|
|
<?define Manufacturer="Savoir-Faire Linux"?>
|
|
<?define ReleaseDir="..\x64\Release"?>
|
|
</Include>
|