mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-14 18:34:49 +00:00
version 0.6.5: usernames
This commit is contained in:
parent
30ae073080
commit
f0900bc02e
@ -1,5 +1,5 @@
|
||||
AppVersionStr=0.6.4
|
||||
AppVersion=6004
|
||||
AppVersionStr=0.6.5
|
||||
AppVersion=6005
|
||||
|
||||
if [ ! -f "./../Linux/Release/deploy/$AppVersionStr/tlinuxupd$AppVersion" ]; then
|
||||
echo "tlinuxupd$AppVersion not found!";
|
||||
|
@ -1,5 +1,5 @@
|
||||
AppVersionStr=0.6.4
|
||||
AppVersion=6004
|
||||
AppVersionStr=0.6.5
|
||||
AppVersion=6005
|
||||
|
||||
if [ ! -f "./../Linux/Release/deploy/$AppVersionStr/tlinux32upd$AppVersion" ]; then
|
||||
echo "tlinux32upd$AppVersion not found!"
|
||||
|
@ -1,5 +1,5 @@
|
||||
AppVersionStr=0.6.4
|
||||
AppVersion=6004
|
||||
AppVersionStr=0.6.5
|
||||
AppVersion=6005
|
||||
|
||||
if [ ! -f "./../Mac/Release/deploy/$AppVersionStr/tmacupd$AppVersion" ]; then
|
||||
echo "tmacupd$AppVersion not found!"
|
||||
|
@ -1,5 +1,5 @@
|
||||
AppVersionStr=0.6.4
|
||||
AppVersion=6004
|
||||
AppVersionStr=0.6.5
|
||||
AppVersion=6005
|
||||
|
||||
if [ ! -f "./../Win32/Deploy/deploy/$AppVersionStr/tupdate$AppVersion" ]; then
|
||||
echo "tupdate$AppVersion not found!"
|
||||
|
@ -1,5 +1,5 @@
|
||||
AppVersionStr=0.6.4
|
||||
AppVersion=6004
|
||||
AppVersionStr=0.6.5
|
||||
AppVersion=6005
|
||||
|
||||
if [ -d "./../Linux/Release/deploy/$AppVersionStr" ]; then
|
||||
echo "Deploy folder for version $AppVersionStr already exists!"
|
||||
|
@ -1,5 +1,5 @@
|
||||
AppVersionStr=0.6.4
|
||||
AppVersion=6004
|
||||
AppVersionStr=0.6.5
|
||||
AppVersion=6005
|
||||
|
||||
if [ -d "./../Linux/Release/deploy/$AppVersionStr" ]; then
|
||||
echo "Deploy folder for version $AppVersionStr already exists!"
|
||||
|
@ -1,5 +1,5 @@
|
||||
AppVersionStr=0.6.4
|
||||
AppVersion=6004
|
||||
AppVersionStr=0.6.5
|
||||
AppVersion=6005
|
||||
|
||||
if [ -d "./../Mac/Release/deploy/$AppVersionStr" ]; then
|
||||
echo "Deploy folder for version $AppVersionStr already exists!"
|
||||
|
@ -1,6 +1,6 @@
|
||||
cd ..\Win32\Deploy
|
||||
call ..\..\..\TelegramPrivate\Sign.bat tsetup.0.6.4.exe
|
||||
call ..\..\..\TelegramPrivate\Sign.bat tsetup.0.6.5.exe
|
||||
call Prepare.exe -path Telegram.exe -path Updater.exe
|
||||
mkdir deploy\0.6.4\Telegram
|
||||
move deploy\0.6.4\Telegram.exe deploy\0.6.4\Telegram\
|
||||
mkdir deploy\0.6.5\Telegram
|
||||
move deploy\0.6.5\Telegram.exe deploy\0.6.5\Telegram\
|
||||
cd ..\..\Telegram
|
||||
|
@ -3,9 +3,9 @@
|
||||
|
||||
#define MyAppShortName "Telegram"
|
||||
#define MyAppName "Telegram Desktop"
|
||||
#define MyAppVersion "0.6.4"
|
||||
#define MyAppVersionZero "0.6.4"
|
||||
#define MyAppFullVersion "0.6.4.0"
|
||||
#define MyAppVersion "0.6.5"
|
||||
#define MyAppVersionZero "0.6.5"
|
||||
#define MyAppFullVersion "0.6.5.0"
|
||||
#define MyAppPublisher "Telegram Messenger LLP"
|
||||
#define MyAppURL "https://tdesktop.com"
|
||||
#define MyAppExeName "Telegram.exe"
|
||||
|
@ -17,8 +17,8 @@ Copyright (c) 2014 John Preston, https://tdesktop.com
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
static const int32 AppVersion = 6004;
|
||||
static const wchar_t *AppVersionStr = L"0.6.4";
|
||||
static const int32 AppVersion = 6005;
|
||||
static const wchar_t *AppVersionStr = L"0.6.5";
|
||||
|
||||
static const wchar_t *AppNameOld = L"Telegram Win (Unofficial)";
|
||||
static const wchar_t *AppName = L"Telegram Desktop";
|
||||
|
@ -11,7 +11,7 @@
|
||||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.6.4</string>
|
||||
<string>0.6.5</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>NOTE</key>
|
||||
|
Binary file not shown.
@ -1497,7 +1497,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 0.6.4;
|
||||
CURRENT_PROJECT_VERSION = 0.6.5;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
GCC_OPTIMIZATION_LEVEL = 0;
|
||||
@ -1515,7 +1515,7 @@
|
||||
buildSettings = {
|
||||
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
|
||||
COPY_PHASE_STRIP = YES;
|
||||
CURRENT_PROJECT_VERSION = 0.6.4;
|
||||
CURRENT_PROJECT_VERSION = 0.6.5;
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
|
||||
GCC_OPTIMIZATION_LEVEL = fast;
|
||||
GCC_PREFIX_HEADER = ./SourceFiles/stdafx.h;
|
||||
@ -1541,10 +1541,10 @@
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 0.6.4;
|
||||
CURRENT_PROJECT_VERSION = 0.6.5;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DYLIB_COMPATIBILITY_VERSION = 0.6;
|
||||
DYLIB_CURRENT_VERSION = 0.6.4;
|
||||
DYLIB_CURRENT_VERSION = 0.6.5;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = "";
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
@ -1683,10 +1683,10 @@
|
||||
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
||||
CODE_SIGN_IDENTITY = "";
|
||||
COPY_PHASE_STRIP = NO;
|
||||
CURRENT_PROJECT_VERSION = 0.6.4;
|
||||
CURRENT_PROJECT_VERSION = 0.6.5;
|
||||
DEBUG_INFORMATION_FORMAT = dwarf;
|
||||
DYLIB_COMPATIBILITY_VERSION = 0.6;
|
||||
DYLIB_CURRENT_VERSION = 0.6.4;
|
||||
DYLIB_CURRENT_VERSION = 0.6.5;
|
||||
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
||||
FRAMEWORK_SEARCH_PATHS = "";
|
||||
GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
||||
|
Loading…
Reference in New Issue
Block a user