File tree 5 files changed +11
-11
lines changed
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
- # This file is part of Telegram Desktop,
2
- # the official desktop application for the Telegram messaging service .
1
+ # This file is part of rabbitGram Desktop,
2
+ # the unofficial app based on Telegram Desktop .
3
3
#
4
4
# For license and copyright information please follow this link:
5
- # https://github.com/telegramdesktop/tdesktop /blob/master /LEGAL
5
+ # https://github.com/rabbitgramdesktop/rabbitgramdesktop /blob/dev /LEGAL
6
6
7
7
if (APPLE )
8
8
# target_precompile_headers with COMPILE_LANGUAGE restriction.
@@ -29,7 +29,7 @@ endif()
29
29
project (Telegram
30
30
LANGUAGES ${project_langs}
31
31
VERSION ${desktop_app_version_cmake}
32
- DESCRIPTION "Official Telegram Desktop messenger"
32
+ DESCRIPTION "rabbitGram Desktop messenger"
33
33
HOMEPAGE_URL "https://desktop.telegram.org"
34
34
)
35
35
set_property (DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT Telegram)
Original file line number Diff line number Diff line change 1
- Telegram Desktop is licensed under the GNU General Public License
1
+ rabbitGram Desktop is licensed under the GNU General Public License
2
2
version 3 with the addition of the following special exception:
3
3
4
4
In addition, as a special exception, the copyright holders give
Original file line number Diff line number Diff line change 5
5
<key >CFBundleExecutable </key >
6
6
<string >@output_name@ </string >
7
7
<key >CFBundleGetInfoString </key >
8
- <string >Telegram Desktop messaging app </string >
8
+ <string >rabbitGram Desktop messaging app </string >
9
9
<key >CFBundleIconFile </key >
10
10
<string >Icon.icns </string >
11
11
<key >CFBundleIconName </key >
Original file line number Diff line number Diff line change 1
1
#define MyAppShortName " rabbitGram"
2
2
#define MyAppName " rabbitGram Desktop"
3
3
#define MyAppPublisher " xmdnx"
4
- #define MyAppVersion " 4.11.6 "
4
+ #define MyAppVersion " 4.11.8 "
5
5
#define MyAppURL " https://t.me/rabbitGramUpdates"
6
6
#define ReleasePath " C:\Users\xmdnusr\source\repos\rabbitgramdesktop\out\Release"
7
7
#define MyAppExeName " rabbitGram.exe"
8
8
#define MyAppId " 4356CE01-4137-4C55-9F8B-FB4EEBB6EC0C"
9
9
#define CurrentYear GetDateTimeString(' yyyy' ,' ' ,' ' )
10
10
#define MyBuildTarget " win64"
11
- #define MyAppVersionFull " 4.11.6-10112023 "
11
+ #define MyAppVersionFull " 4.11.8-18112023 "
12
12
13
13
[Setup]
14
14
; NOTE: The value of AppId uniquely identifies this application.
Original file line number Diff line number Diff line change @@ -123,11 +123,11 @@ exit /b %errorlevel%
123
123
set " Path = %1 "
124
124
(
125
125
echo /*
126
- echo This file is part of Telegram Desktop,
127
- echo the official desktop application for the Telegram messaging service .
126
+ echo This file is part of rabbitGram Desktop,
127
+ echo the unofficial app based on Telegram Desktop .
128
128
echo .
129
129
echo For license and copyright information please follow this link:
130
- echo https://github.com/telegramdesktop/tdesktop /blob/master /LEGAL
130
+ echo https://github.com/rabbitgramdesktop/rabbitgramdesktop /blob/dev /LEGAL
131
131
echo */
132
132
)> " SourceFiles\!Path! "
133
133
exit /b
You can’t perform that action at this time.
0 commit comments