diff options
| author | 2023-02-28 12:35:43 +0100 | |
|---|---|---|
| committer | 2023-02-28 12:35:43 +0100 | |
| commit | ba76637042c18df50ffd30dbdeba7b3679c5a57f (patch) | |
| tree | ee841aaa698c32b0ce7deed2d8dc5ff151877235 | |
| parent | 707e4f0b9fd13f29bb5e9cc6a4dfdb96bad5e5f0 (diff) | |
| download | ideviceinstaller-ba76637042c18df50ffd30dbdeba7b3679c5a57f.tar.gz ideviceinstaller-ba76637042c18df50ffd30dbdeba7b3679c5a57f.tar.bz2 | |
Update error message to be more precise on the underlying issue
| -rw-r--r-- | src/ideviceinstaller.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ideviceinstaller.c b/src/ideviceinstaller.c index f0e0253..92518da 100644 --- a/src/ideviceinstaller.c +++ b/src/ideviceinstaller.c | |||
| @@ -1069,7 +1069,7 @@ run_again: | |||
| 1069 | char* app_directory_name = NULL; | 1069 | char* app_directory_name = NULL; |
| 1070 | 1070 | ||
| 1071 | if (zip_get_app_directory(zf, &app_directory_name)) { | 1071 | if (zip_get_app_directory(zf, &app_directory_name)) { |
| 1072 | fprintf(stderr, "Unable to locate app directory in archive!\n"); | 1072 | fprintf(stderr, "ERROR: Unable to locate .app directory in archive. Make sure it is inside a 'Payload' directory.\n"); |
| 1073 | goto leave_cleanup; | 1073 | goto leave_cleanup; |
| 1074 | } | 1074 | } |
| 1075 | 1075 | ||
