CHollingworth / Lampray

Linux Application Modding Platform. A native Linux mod manager.
https://www.nexusmods.com/baldursgate3/mods/2169
The Unlicense
174 stars 16 forks source link

feat: Utilize Unrar for rar support if it is installed #146

Closed SnazzyPanda closed 3 months ago

SnazzyPanda commented 3 months ago

This changes the handling of extracting .rar files to first check if the unrar command is available. If it is, this then uses unrar to extract .rar files, otherwise it uses the previous bit7z methods.

This should enable much better support for .rar files through unrar for users who wish to install (or already have installed) unrar.

SnazzyPanda commented 3 months ago

Closing in favor of #147.