Skip to content

Commit

Permalink
tdlib & dependency updates (tejado#24)
Browse files Browse the repository at this point in the history
* Update linux tdlib.native

* Add tdlib.native for macOS

* Update dependencies
  • Loading branch information
tejado committed Mar 2, 2022
1 parent 2c87926 commit 4f92efa
Show file tree
Hide file tree
Showing 5 changed files with 4,179 additions and 13,081 deletions.
Binary file added lib/tdlib/libtdjson.dylib
Binary file not shown.
Binary file modified lib/tdlib/libtdjson.so
Binary file not shown.
2 changes: 2 additions & 0 deletions lib/telegram-nearby.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ class TelegramNearby {
let tdLibraryPath = "./libtdjson.so";
if (process.platform === "win32") {
tdLibraryPath = "tdjson.dll";
} else if(process.platform === "darwin") {
tdLibraryPath = "./libtdjson.dylib";
}

console.log(`Current WD: ${process.cwd()}`)
Expand Down
Loading

0 comments on commit 4f92efa

Please sign in to comment.