abort"Package #{pkgName} not found. :(".lightredunlesssilent
end
...
...
@@ -740,6 +739,7 @@ def expand_dependencies
end
def resolve_dependencies
abort "Package #{@pkg.name} is not compatible with your device architecture (#{ARCH}) :/".lightred unless @pkg.compatibility.include?('all') or @pkg.compatibility.include?(ARCH)