mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-25 01:54:26 +01:00
Add more information for libsignal-client native dependency
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user