Skip to content

Commit

Permalink
fixed tdlib install for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jkubuni committed Jun 24, 2024
1 parent 116b3b9 commit cc0de16
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ downloadArchive
nextPutAll: response content.
intermediatePath := FileDirectory default / 'archive.zip'.].
archive := ZipArchive new readFrom: intermediatePath fullName.
archive extractAllTo: FileDirectory default / self directoryName.
archive extractAllTo: FileDirectory default.
archive close.
intermediatePath delete.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
libraryFilePath

^ FileDirectory default / self directoryName / 'tdjson.dll'
^ FileDirectory default / 'tdjson.dll'
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"class" : {
"directoryName" : "rgw 7/16/2022 18:27",
"downloadArchive" : "rgw 7/16/2022 18:26",
"downloadArchive" : "JK 6/24/2024 09:48",
"downloadUrl" : "rgw 7/16/2022 18:27",
"libraryFilePath" : "7/16/2022 18:23:35",
"libraryFilePath" : "JK 6/24/2024 09:47",
"moduleName" : "js 8/2/2020 13:21" },
"instance" : {
"type" : "r.s 7/13/2020 17:31" } }

0 comments on commit cc0de16

Please sign in to comment.