Update error message to be more precise on the underlying issue

This commit is contained in:
Nikias Bassen
2023-02-28 12:35:43 +01:00
parent 707e4f0b9f
commit ba76637042
+1 -1
View File
@@ -1069,7 +1069,7 @@ run_again:
char* app_directory_name = NULL;
if (zip_get_app_directory(zf, &app_directory_name)) {
fprintf(stderr, "Unable to locate app directory in archive!\n");
fprintf(stderr, "ERROR: Unable to locate .app directory in archive. Make sure it is inside a 'Payload' directory.\n");
goto leave_cleanup;
}