Skip to content

Commit cc0de16

Browse files
committed
fixed tdlib install for windows
1 parent 116b3b9 commit cc0de16

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

packages/TelegramClient-Core.package/TCCWindowsClient.class/class/downloadArchive.st

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ downloadArchive
1111
nextPutAll: response content.
1212
intermediatePath := FileDirectory default / 'archive.zip'.].
1313
archive := ZipArchive new readFrom: intermediatePath fullName.
14-
archive extractAllTo: FileDirectory default / self directoryName.
14+
archive extractAllTo: FileDirectory default.
1515
archive close.
1616
intermediatePath delete.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
accessing
22
libraryFilePath
33

4-
^ FileDirectory default / self directoryName / 'tdjson.dll'
4+
^ FileDirectory default / 'tdjson.dll'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"class" : {
33
"directoryName" : "rgw 7/16/2022 18:27",
4-
"downloadArchive" : "rgw 7/16/2022 18:26",
4+
"downloadArchive" : "JK 6/24/2024 09:48",
55
"downloadUrl" : "rgw 7/16/2022 18:27",
6-
"libraryFilePath" : "7/16/2022 18:23:35",
6+
"libraryFilePath" : "JK 6/24/2024 09:47",
77
"moduleName" : "js 8/2/2020 13:21" },
88
"instance" : {
99
"type" : "r.s 7/13/2020 17:31" } }

0 commit comments

Comments
 (0)