mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Add more information for libsignal-client native dependency
This commit is contained in:
parent
0dc33e1892
commit
9eeba88bd0
3 changed files with 20 additions and 1 deletions
|
@ -121,6 +121,11 @@ public class App {
|
|||
+ " because the required native library dependency is missing: libzkgroup");
|
||||
}
|
||||
|
||||
if (!ServiceConfig.isSignalClientAvailable()) {
|
||||
logger.error("Missing required native library dependency: libsignal-client");
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (command instanceof ProvisioningCommand) {
|
||||
if (username != null) {
|
||||
System.err.println("You cannot specify a username (phone number) when linking");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue