Conditionally adds -snld flag based on detecting SZA binary path to have suffix 7za. Maintains backward compatibility of app-builder-bin's extract artifact logic between versions of 7za (old) and 7zz/7zzs/7zr.exe (new) Ref: https://sourceforge.net/p/sevenzip/bugs/2356/ Tested with arti...
103 + None: ('7z', '7za', '7zr', '7zz', '7zzs'), 104 104 'extract': ('unar',), 105 105 }, 106 106 'ace': { @@ -135,12 +135,12 @@ 135 135 }, 136 136 'arj': { 137 137 None: ('arj',), 138 - 'extract': ('7z',), 139 - 'list': ('7z',...