We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8973e28 commit 0446449Copy full SHA for 0446449
appimagebuilder/generator/app_runtime_analyser.py
@@ -67,6 +67,12 @@ def run_app_analysis(self):
67
self.runtime_libs = sorted(self.runtime_libs)
68
self.runtime_data = sorted(self.runtime_data)
69
70
+ if not self.runtime_libs:
71
+ logging.warning(
72
+ "No dependencies were found, "
73
+ "please make sure that all the required libraries are reachable."
74
+ )
75
+
76
def _resolve_bin_interpreters(self):
77
patch_elf = PatchElf()
78
patch_elf.log_stderr = False
0 commit comments