alucryd / oxyromon

Rusty ROM OrgaNizer
Other
127 stars 14 forks source link

Debian 12 uses 7zz #143

Closed anderbubble closed 4 months ago

anderbubble commented 4 months ago

Debian 12 uses 7zz, rather than 7z, in its 7zip package.

I see this was updated for macOS at #105, but I think a more general-purpose "try 7zz, fall back to 7z" would be good.

alucryd commented 4 months ago

Ah, thanks for the heads up. Sounds good to me, will do that during the week.

alucryd commented 4 months ago

Implemented in https://github.com/alucryd/oxyromon/commit/8a22fe76e1948b48c84c7ba50246998972767e18

anderbubble commented 4 months ago

Thanks!