procxx / kepka

Unofficial Telegram Desktop messaging app
https://procxx.github.io
Other
114 stars 29 forks source link

Create and use our own AppId #37

Open berkus opened 6 years ago

berkus commented 6 years ago

(reference here)

Do not hardcode AppId in the code, this part is for CI vaults or something.

leha-bot commented 6 years ago

I created one. We should think now how to integrate it

leha-bot commented 6 years ago

From chat: we should use ENV variables and parse it in CMake instead of curremt CUSTOM_API_ID

leha-bot commented 6 years ago

Task list:

berkus commented 6 years ago

And ENV should be populated from a secure CI vault (travis/2 or appveyor/2)