2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-23 02:47:13 +00:00

18 lines
601 B
C
Raw Normal View History

2020-04-21 06:37:29 +03:00
/*
This file is part of Kotatogram Desktop,
the unofficial app based on Telegram Desktop.
For license and copyright information please follow this link:
https://github.com/kotatogram/kotatogram-desktop/blob/dev/LEGAL
*/
#pragma once
#include "base/const_string.h"
2020-04-21 06:37:29 +03:00
// used in Updater.cpp and Setup.iss for Windows
constexpr auto AppId = "{C4A4AE8F-B9F7-4CC7-8A6C-BF7EEE87ACA5}"_cs;
constexpr auto AppName = "Kotatogram Desktop"_cs;
constexpr auto AppFile = "Kotatogram"_cs;
2021-04-13 21:40:55 +03:00
constexpr auto AppKotatoVersion = 1004000;
constexpr auto AppKotatoVersionStr = "1.4";
constexpr auto AppBetaVersion = false;