mirror of https://github.com/procxx/kepka.git
Version 2.1.3.
- Added support for new emoji. - Channels to which you can't post will no longer be suggested when forwarding. - Improved font selection and bold font support for CJK and Farsi.
This commit is contained in:
parent
5d3b8f02fc
commit
bedefaee4d
|
@ -9,7 +9,7 @@
|
||||||
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
|
<Identity Name="TelegramMessengerLLP.TelegramDesktop"
|
||||||
ProcessorArchitecture="ARCHITECTURE"
|
ProcessorArchitecture="ARCHITECTURE"
|
||||||
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
|
Publisher="CN=536BC709-8EE1-4478-AF22-F0F0F26FF64A"
|
||||||
Version="2.1.2.0" />
|
Version="2.1.3.0" />
|
||||||
<Properties>
|
<Properties>
|
||||||
<DisplayName>Telegram Desktop</DisplayName>
|
<DisplayName>Telegram Desktop</DisplayName>
|
||||||
<PublisherDisplayName>Telegram FZ-LLC</PublisherDisplayName>
|
<PublisherDisplayName>Telegram FZ-LLC</PublisherDisplayName>
|
||||||
|
|
|
@ -33,8 +33,8 @@ IDI_ICON1 ICON "..\\art\\icon256.ico"
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 2,1,2,0
|
FILEVERSION 2,1,3,0
|
||||||
PRODUCTVERSION 2,1,2,0
|
PRODUCTVERSION 2,1,3,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -51,10 +51,10 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Telegram FZ-LLC"
|
VALUE "CompanyName", "Telegram FZ-LLC"
|
||||||
VALUE "FileDescription", "Telegram Desktop"
|
VALUE "FileDescription", "Telegram Desktop"
|
||||||
VALUE "FileVersion", "2.1.2.0"
|
VALUE "FileVersion", "2.1.3.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2014-2020"
|
VALUE "LegalCopyright", "Copyright (C) 2014-2020"
|
||||||
VALUE "ProductName", "Telegram Desktop"
|
VALUE "ProductName", "Telegram Desktop"
|
||||||
VALUE "ProductVersion", "2.1.2.0"
|
VALUE "ProductVersion", "2.1.3.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
@ -24,8 +24,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 2,1,2,0
|
FILEVERSION 2,1,3,0
|
||||||
PRODUCTVERSION 2,1,2,0
|
PRODUCTVERSION 2,1,3,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -42,10 +42,10 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Telegram FZ-LLC"
|
VALUE "CompanyName", "Telegram FZ-LLC"
|
||||||
VALUE "FileDescription", "Telegram Desktop Updater"
|
VALUE "FileDescription", "Telegram Desktop Updater"
|
||||||
VALUE "FileVersion", "2.1.2.0"
|
VALUE "FileVersion", "2.1.3.0"
|
||||||
VALUE "LegalCopyright", "Copyright (C) 2014-2020"
|
VALUE "LegalCopyright", "Copyright (C) 2014-2020"
|
||||||
VALUE "ProductName", "Telegram Desktop"
|
VALUE "ProductName", "Telegram Desktop"
|
||||||
VALUE "ProductVersion", "2.1.2.0"
|
VALUE "ProductVersion", "2.1.3.0"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
|
@ -22,7 +22,7 @@ constexpr auto AppId = "{53F49750-6209-4FBF-9CA8-7A333C87D1ED}"_cs;
|
||||||
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
|
constexpr auto AppNameOld = "Telegram Win (Unofficial)"_cs;
|
||||||
constexpr auto AppName = "Telegram Desktop"_cs;
|
constexpr auto AppName = "Telegram Desktop"_cs;
|
||||||
constexpr auto AppFile = "Telegram"_cs;
|
constexpr auto AppFile = "Telegram"_cs;
|
||||||
constexpr auto AppVersion = 2001002;
|
constexpr auto AppVersion = 2001003;
|
||||||
constexpr auto AppVersionStr = "2.1.2";
|
constexpr auto AppVersionStr = "2.1.3";
|
||||||
constexpr auto AppBetaVersion = false;
|
constexpr auto AppBetaVersion = false;
|
||||||
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
constexpr auto AppAlphaVersion = TDESKTOP_ALPHA_VERSION;
|
||||||
|
|
|
@ -13,6 +13,12 @@ if [ ! -d "$FullScriptPath/../../../DesktopPrivate" ]; then
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$1" == "request_uuid" ]; then
|
||||||
|
if [ "$2" != "" ]; then
|
||||||
|
NotarizeRequestId="$2"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
Error () {
|
Error () {
|
||||||
cd $FullExecPath
|
cd $FullExecPath
|
||||||
echo "$1"
|
echo "$1"
|
||||||
|
@ -260,96 +266,102 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ] || [ "$BuildTarget
|
||||||
Error "Backup path not found!"
|
Error "Backup path not found!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
./configure.sh
|
if [ "$NotarizeRequestId" == "" ]; then
|
||||||
|
./configure.sh
|
||||||
|
|
||||||
cd $ProjectPath
|
cd $ProjectPath
|
||||||
cmake --build . --config Release --target Telegram
|
cmake --build . --config Release --target Telegram
|
||||||
cd $ReleasePath
|
|
||||||
|
|
||||||
if [ ! -d "$ReleasePath/$BinaryName.app" ]; then
|
cd $ReleasePath
|
||||||
Error "$BinaryName.app not found!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -d "$ReleasePath/$BinaryName.app.dSYM" ]; then
|
if [ ! -d "$ReleasePath/$BinaryName.app" ]; then
|
||||||
Error "$BinaryName.app.dSYM not found!"
|
Error "$BinaryName.app not found!"
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ]; then
|
|
||||||
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/Frameworks/Updater" ]; then
|
|
||||||
Error "Updater not found!"
|
|
||||||
fi
|
fi
|
||||||
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/Helpers/crashpad_handler" ]; then
|
|
||||||
Error "crashpad_handler not found!"
|
if [ ! -d "$ReleasePath/$BinaryName.app.dSYM" ]; then
|
||||||
|
Error "$BinaryName.app.dSYM not found!"
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
if [ "$BuildTarget" == "macstore" ]; then
|
if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ]; then
|
||||||
if [ ! -d "$ReleasePath/$BinaryName.app/Contents/Frameworks/Breakpad.framework" ]; then
|
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/Frameworks/Updater" ]; then
|
||||||
Error "Breakpad.framework not found!"
|
Error "Updater not found!"
|
||||||
|
fi
|
||||||
|
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/Helpers/crashpad_handler" ]; then
|
||||||
|
Error "crashpad_handler not found!"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
fi
|
if [ "$BuildTarget" == "macstore" ]; then
|
||||||
|
if [ ! -d "$ReleasePath/$BinaryName.app/Contents/Frameworks/Breakpad.framework" ]; then
|
||||||
echo "Dumping debug symbols.."
|
Error "Breakpad.framework not found!"
|
||||||
"$HomePath/../../Libraries/macos/breakpad/src/tools/mac/dump_syms/build/Release/dump_syms" "$ReleasePath/$BinaryName.app.dSYM" > "$ReleasePath/$BinaryName.sym" 2>/dev/null
|
fi
|
||||||
echo "Done!"
|
|
||||||
|
|
||||||
echo "Stripping the executable.."
|
|
||||||
strip "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName"
|
|
||||||
echo "Done!"
|
|
||||||
|
|
||||||
echo "Signing the application.."
|
|
||||||
if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ]; then
|
|
||||||
codesign --force --deep --timestamp --options runtime --sign "Developer ID Application: John Preston" "$ReleasePath/$BinaryName.app" --entitlements "$HomePath/Telegram/Telegram.entitlements"
|
|
||||||
elif [ "$BuildTarget" == "macstore" ]; then
|
|
||||||
codesign --force --deep --sign "3rd Party Mac Developer Application: Telegram FZ-LLC (C67CF9S4VU)" "$ReleasePath/$BinaryName.app" --entitlements "$HomePath/Telegram/Telegram Lite.entitlements"
|
|
||||||
echo "Making an installer.."
|
|
||||||
productbuild --sign "3rd Party Mac Developer Installer: Telegram FZ-LLC (C67CF9S4VU)" --component "$ReleasePath/$BinaryName.app" /Applications "$ReleasePath/$BinaryName.pkg"
|
|
||||||
fi
|
|
||||||
echo "Done!"
|
|
||||||
|
|
||||||
AppUUID=`dwarfdump -u "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName" | awk -F " " '{print $2}'`
|
|
||||||
DsymUUID=`dwarfdump -u "$ReleasePath/$BinaryName.app.dSYM" | awk -F " " '{print $2}'`
|
|
||||||
if [ "$AppUUID" != "$DsymUUID" ]; then
|
|
||||||
Error "UUID of binary '$AppUUID' and dSYM '$DsymUUID' differ!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/Resources/Icon.icns" ]; then
|
|
||||||
Error "Icon.icns not found in Resources!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName" ]; then
|
|
||||||
Error "$BinaryName not found in MacOS!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ ! -d "$ReleasePath/$BinaryName.app/Contents/_CodeSignature" ]; then
|
|
||||||
Error "$BinaryName signature not found!"
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ]; then
|
|
||||||
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/Frameworks/Updater" ]; then
|
|
||||||
Error "Updater not found in Frameworks!"
|
|
||||||
fi
|
fi
|
||||||
elif [ "$BuildTarget" == "macstore" ]; then
|
|
||||||
if [ ! -f "$ReleasePath/$BinaryName.pkg" ]; then
|
|
||||||
Error "$BinaryName.pkg not found!"
|
|
||||||
fi
|
|
||||||
fi
|
|
||||||
|
|
||||||
SymbolsHash=`head -n 1 "$ReleasePath/$BinaryName.sym" | awk -F " " 'END {print $4}'`
|
echo "Dumping debug symbols.."
|
||||||
echo "Copying $BinaryName.sym to $DropboxSymbolsPath/$BinaryName/$SymbolsHash"
|
"$HomePath/../../Libraries/macos/breakpad/src/tools/mac/dump_syms/build/Release/dump_syms" "$ReleasePath/$BinaryName.app.dSYM" > "$ReleasePath/$BinaryName.sym" 2>/dev/null
|
||||||
mkdir -p "$DropboxSymbolsPath/$BinaryName/$SymbolsHash"
|
echo "Done!"
|
||||||
cp "$ReleasePath/$BinaryName.sym" "$DropboxSymbolsPath/$BinaryName/$SymbolsHash/"
|
|
||||||
echo "Done!"
|
echo "Stripping the executable.."
|
||||||
|
strip "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName"
|
||||||
|
echo "Done!"
|
||||||
|
|
||||||
|
echo "Signing the application.."
|
||||||
|
if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ]; then
|
||||||
|
codesign --force --deep --timestamp --options runtime --sign "Developer ID Application: John Preston" "$ReleasePath/$BinaryName.app" --entitlements "$HomePath/Telegram/Telegram.entitlements"
|
||||||
|
elif [ "$BuildTarget" == "macstore" ]; then
|
||||||
|
codesign --force --deep --sign "3rd Party Mac Developer Application: Telegram FZ-LLC (C67CF9S4VU)" "$ReleasePath/$BinaryName.app" --entitlements "$HomePath/Telegram/Telegram Lite.entitlements"
|
||||||
|
echo "Making an installer.."
|
||||||
|
productbuild --sign "3rd Party Mac Developer Installer: Telegram FZ-LLC (C67CF9S4VU)" --component "$ReleasePath/$BinaryName.app" /Applications "$ReleasePath/$BinaryName.pkg"
|
||||||
|
fi
|
||||||
|
echo "Done!"
|
||||||
|
|
||||||
|
AppUUID=`dwarfdump -u "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName" | awk -F " " '{print $2}'`
|
||||||
|
DsymUUID=`dwarfdump -u "$ReleasePath/$BinaryName.app.dSYM" | awk -F " " '{print $2}'`
|
||||||
|
if [ "$AppUUID" != "$DsymUUID" ]; then
|
||||||
|
Error "UUID of binary '$AppUUID' and dSYM '$DsymUUID' differ!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/Resources/Icon.icns" ]; then
|
||||||
|
Error "Icon.icns not found in Resources!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/MacOS/$BinaryName" ]; then
|
||||||
|
Error "$BinaryName not found in MacOS!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ ! -d "$ReleasePath/$BinaryName.app/Contents/_CodeSignature" ]; then
|
||||||
|
Error "$BinaryName signature not found!"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ]; then
|
||||||
|
if [ ! -f "$ReleasePath/$BinaryName.app/Contents/Frameworks/Updater" ]; then
|
||||||
|
Error "Updater not found in Frameworks!"
|
||||||
|
fi
|
||||||
|
elif [ "$BuildTarget" == "macstore" ]; then
|
||||||
|
if [ ! -f "$ReleasePath/$BinaryName.pkg" ]; then
|
||||||
|
Error "$BinaryName.pkg not found!"
|
||||||
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
|
SymbolsHash=`head -n 1 "$ReleasePath/$BinaryName.sym" | awk -F " " 'END {print $4}'`
|
||||||
|
echo "Copying $BinaryName.sym to $DropboxSymbolsPath/$BinaryName/$SymbolsHash"
|
||||||
|
mkdir -p "$DropboxSymbolsPath/$BinaryName/$SymbolsHash"
|
||||||
|
cp "$ReleasePath/$BinaryName.sym" "$DropboxSymbolsPath/$BinaryName/$SymbolsHash/"
|
||||||
|
echo "Done!"
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ]; then
|
if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ]; then
|
||||||
cd "$ReleasePath"
|
cd "$ReleasePath"
|
||||||
if [ "$AlphaVersion" == "0" ]; then
|
|
||||||
cp -f tsetup_template.dmg tsetup.temp.dmg
|
if [ "$NotarizeRequestId" == "" ]; then
|
||||||
TempDiskPath=`hdiutil attach -nobrowse -noautoopenrw -readwrite tsetup.temp.dmg | awk -F "\t" 'END {print $3}'`
|
if [ "$AlphaVersion" == "0" ]; then
|
||||||
cp -R "./$BinaryName.app" "$TempDiskPath/"
|
cp -f tsetup_template.dmg tsetup.temp.dmg
|
||||||
bless --folder "$TempDiskPath/" --openfolder "$TempDiskPath/"
|
TempDiskPath=`hdiutil attach -nobrowse -noautoopenrw -readwrite tsetup.temp.dmg | awk -F "\t" 'END {print $3}'`
|
||||||
hdiutil detach "$TempDiskPath"
|
cp -R "./$BinaryName.app" "$TempDiskPath/"
|
||||||
hdiutil convert tsetup.temp.dmg -format UDZO -imagekey zlib-level=9 -ov -o "$SetupFile"
|
bless --folder "$TempDiskPath/" --openfolder "$TempDiskPath/"
|
||||||
rm tsetup.temp.dmg
|
hdiutil detach "$TempDiskPath"
|
||||||
|
hdiutil convert tsetup.temp.dmg -format UDZO -imagekey zlib-level=9 -ov -o "$SetupFile"
|
||||||
|
rm tsetup.temp.dmg
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "$AlphaVersion" != "0" ]; then
|
if [ "$AlphaVersion" != "0" ]; then
|
||||||
|
@ -366,33 +378,40 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ] || [ "$BuildTarget
|
||||||
UpdateFile="${UpdateFile}_${AlphaSignature}"
|
UpdateFile="${UpdateFile}_${AlphaSignature}"
|
||||||
SetupFile="talpha${AlphaVersion}_${AlphaSignature}.zip"
|
SetupFile="talpha${AlphaVersion}_${AlphaSignature}.zip"
|
||||||
|
|
||||||
rm -rf "$ReleasePath/AlphaTemp"
|
if [ "$NotarizeRequestId" == "" ]; then
|
||||||
mkdir "$ReleasePath/AlphaTemp"
|
rm -rf "$ReleasePath/AlphaTemp"
|
||||||
mkdir "$ReleasePath/AlphaTemp/$BinaryName"
|
mkdir "$ReleasePath/AlphaTemp"
|
||||||
cp -r "$ReleasePath/$BinaryName.app" "$ReleasePath/AlphaTemp/$BinaryName/"
|
mkdir "$ReleasePath/AlphaTemp/$BinaryName"
|
||||||
cd "$ReleasePath/AlphaTemp"
|
cp -r "$ReleasePath/$BinaryName.app" "$ReleasePath/AlphaTemp/$BinaryName/"
|
||||||
zip -r "$SetupFile" "$BinaryName"
|
cd "$ReleasePath/AlphaTemp"
|
||||||
mv "$SetupFile" "$ReleasePath/"
|
zip -r "$SetupFile" "$BinaryName"
|
||||||
cd "$ReleasePath"
|
mv "$SetupFile" "$ReleasePath/"
|
||||||
|
cd "$ReleasePath"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if [ "$BuildTarget" == "mac" ]; then
|
if [ "$BuildTarget" == "mac" ]; then
|
||||||
echo "Beginning notarization process."
|
if [ "$NotarizeRequestId" == "" ]; then
|
||||||
set +e
|
echo "Beginning notarization process."
|
||||||
xcrun altool --notarize-app --primary-bundle-id "com.tdesktop.Telegram" --username "$AC_USERNAME" --password "@keychain:AC_PASSWORD" --file "$SetupFile" > request_uuid.txt
|
set +e
|
||||||
set -e
|
xcrun altool --notarize-app --primary-bundle-id "com.tdesktop.Telegram" --username "$AC_USERNAME" --password "@keychain:AC_PASSWORD" --file "$SetupFile" > request_uuid.txt
|
||||||
while IFS='' read -r line || [[ -n "$line" ]]; do
|
set -e
|
||||||
Prefix=$(echo $line | cut -d' ' -f 1)
|
while IFS='' read -r line || [[ -n "$line" ]]; do
|
||||||
Value=$(echo $line | cut -d' ' -f 3)
|
Prefix=$(echo $line | cut -d' ' -f 1)
|
||||||
if [ "$Prefix" == "RequestUUID" ]; then
|
Value=$(echo $line | cut -d' ' -f 3)
|
||||||
RequestUUID=$Value
|
if [ "$Prefix" == "RequestUUID" ]; then
|
||||||
|
RequestUUID=$Value
|
||||||
|
fi
|
||||||
|
done < "request_uuid.txt"
|
||||||
|
if [ "$RequestUUID" == "" ]; then
|
||||||
|
cat request_uuid.txt
|
||||||
|
Error "Could not extract Request UUID."
|
||||||
fi
|
fi
|
||||||
done < "request_uuid.txt"
|
echo "Request UUID: $RequestUUID"
|
||||||
if [ "$RequestUUID" == "" ]; then
|
rm request_uuid.txt
|
||||||
cat request_uuid.txt
|
else
|
||||||
Error "Could not extract Request UUID."
|
RequestUUID=$NotarizeRequestId
|
||||||
|
echo "Continue notarization process with Request UUID: $RequestUUID"
|
||||||
fi
|
fi
|
||||||
echo "Request UUID: $RequestUUID"
|
|
||||||
rm request_uuid.txt
|
|
||||||
|
|
||||||
RequestStatus=
|
RequestStatus=
|
||||||
LogFile=
|
LogFile=
|
||||||
|
@ -419,7 +438,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ] || [ "$BuildTarget
|
||||||
echo "Notarization problems, response:"
|
echo "Notarization problems, response:"
|
||||||
cat request_result.txt
|
cat request_result.txt
|
||||||
if [ "$LogFile" != "" ]; then
|
if [ "$LogFile" != "" ]; then
|
||||||
echo "Requesting log..."
|
echo "Requesting log: $LogFile"
|
||||||
curl $LogFile
|
curl $LogFile
|
||||||
fi
|
fi
|
||||||
Error "Notarization FAILED."
|
Error "Notarization FAILED."
|
||||||
|
@ -427,7 +446,7 @@ if [ "$BuildTarget" == "mac" ] || [ "$BuildTarget" == "osx" ] || [ "$BuildTarget
|
||||||
rm request_result.txt
|
rm request_result.txt
|
||||||
|
|
||||||
if [ "$LogFile" != "" ]; then
|
if [ "$LogFile" != "" ]; then
|
||||||
echo "Requesting log..."
|
echo "Requesting log: $LogFile"
|
||||||
curl $LogFile > request_log.txt
|
curl $LogFile > request_log.txt
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
AppVersion 2001002
|
AppVersion 2001003
|
||||||
AppVersionStrMajor 2.1
|
AppVersionStrMajor 2.1
|
||||||
AppVersionStrSmall 2.1.2
|
AppVersionStrSmall 2.1.3
|
||||||
AppVersionStr 2.1.2
|
AppVersionStr 2.1.3
|
||||||
BetaChannel 0
|
BetaChannel 0
|
||||||
AlphaVersion 0
|
AlphaVersion 0
|
||||||
AppVersionOriginal 2.1.2
|
AppVersionOriginal 2.1.3
|
||||||
|
|
|
@ -1,3 +1,9 @@
|
||||||
|
2.1.3 (08.05.20)
|
||||||
|
|
||||||
|
- Added support for new emoji.
|
||||||
|
- Channels to which you can't post will no longer be suggested when forwarding.
|
||||||
|
- Improved font selection and bold font support for CJK and Farsi.
|
||||||
|
|
||||||
2.1.2 (05.05.20)
|
2.1.2 (05.05.20)
|
||||||
|
|
||||||
- Fix polls and quizes results viewing.
|
- Fix polls and quizes results viewing.
|
||||||
|
|
Loading…
Reference in New Issue