Skip to content

Commit 0ddf1ef

Browse files
committed
more rabbits 🐰
1 parent 7223138 commit 0ddf1ef

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.
33
#
44
# 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
66

77
if (APPLE)
88
# target_precompile_headers with COMPILE_LANGUAGE restriction.
@@ -29,7 +29,7 @@ endif()
2929
project(Telegram
3030
LANGUAGES ${project_langs}
3131
VERSION ${desktop_app_version_cmake}
32-
DESCRIPTION "Official Telegram Desktop messenger"
32+
DESCRIPTION "rabbitGram Desktop messenger"
3333
HOMEPAGE_URL "https://desktop.telegram.org"
3434
)
3535
set_property(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} PROPERTY VS_STARTUP_PROJECT Telegram)

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Telegram Desktop is licensed under the GNU General Public License
1+
rabbitGram Desktop is licensed under the GNU General Public License
22
version 3 with the addition of the following special exception:
33

44
In addition, as a special exception, the copyright holders give

Telegram/Telegram.plist

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<key>CFBundleExecutable</key>
66
<string>@output_name@</string>
77
<key>CFBundleGetInfoString</key>
8-
<string>Telegram Desktop messaging app</string>
8+
<string>rabbitGram Desktop messaging app</string>
99
<key>CFBundleIconFile</key>
1010
<string>Icon.icns</string>
1111
<key>CFBundleIconName</key>

Telegram/build/setup.iss

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
#define MyAppShortName "rabbitGram"
22
#define MyAppName "rabbitGram Desktop"
33
#define MyAppPublisher "xmdnx"
4-
#define MyAppVersion "4.11.6"
4+
#define MyAppVersion "4.11.8"
55
#define MyAppURL "https://t.me/rabbitGramUpdates"
66
#define ReleasePath "C:\Users\xmdnusr\source\repos\rabbitgramdesktop\out\Release"
77
#define MyAppExeName "rabbitGram.exe"
88
#define MyAppId "4356CE01-4137-4C55-9F8B-FB4EEBB6EC0C"
99
#define CurrentYear GetDateTimeString('yyyy','','')
1010
#define MyBuildTarget "win64"
11-
#define MyAppVersionFull "4.11.6-10112023"
11+
#define MyAppVersionFull "4.11.8-18112023"
1212

1313
[Setup]
1414
; NOTE: The value of AppId uniquely identifies this application.

Telegram/create.bat

+3-3
Original file line numberDiff line numberDiff line change
@@ -123,11 +123,11 @@ exit /b %errorlevel%
123123
set "Path=%1"
124124
(
125125
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.
128128
echo.
129129
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
131131
echo */
132132
)> "SourceFiles\!Path!"
133133
exit /b

0 commit comments

Comments
 (0)