4
0
mirror of https://github.com/QuasarApp/Hanoi-Towers.git synced 2025-05-13 09:59:34 +00:00

fix id of client build

This commit is contained in:
Andrei Yankovich 2020-05-04 12:14:22 +03:00
parent 55e27a4481
commit c34d1fbad3

@ -28,8 +28,8 @@ if (WIN32)
else (WIN32)
addDeployQIF("Client" ${INSTALLER_DIR} ${TARGET_DIR} "${INSTALLER_DIR}/config/configLinux.xml")
addDeploySnap("store" ${TARGET_DIR})
addReleaseSnap("store")
addDeploySnap("Client" ${TARGET_DIR})
addReleaseSnap("Client")
endif(WIN32)