2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-22 10:17:10 +00:00

Fix accidentally broken CMAKE_INSTALL_PREFIX in snap

Regression was introduced in a6a8363527d5853612e56b18841aed71f9ddb44a
This commit is contained in:
Ilya Fedin 2025-08-09 02:43:12 +04:00 committed by John Preston
parent 536884bb46
commit 62329c104c

View File

@ -37,7 +37,7 @@ parts:
cmake-generator: Ninja
cmake-parameters:
- -DCMAKE_BUILD_TYPE=Release
- -DCMAKE_INSTALL_PREFIX=/
- -DCMAKE_INSTALL_PREFIX=/usr
- -DTDESKTOP_API_ID=611335
- -DTDESKTOP_API_HASH=d524b414d21f4d37f08684c1df41ac9c
override-pull: |