Noticed .rar files wouldn't extract, so grabbed the latest 7z for each platform. The windows aarch64 version wouldn't extract, so that is unfortunately still limited.
Hopefully it's not a full 20-file change, but looks like it might need to be that way:
This Windows 7z.exe needs 7z.dll
... which isn't possible with Tauri's sidecar, since that appends .exe on windows (aka it ends up looking for 7z.dll.exe
... so I moved to resources
... which requires access to Tauri's app handle
... which means we don't need tauri's sidecar dependencies
Noticed .rar files wouldn't extract, so grabbed the latest 7z for each platform. The windows aarch64 version wouldn't extract, so that is unfortunately still limited.
Hopefully it's not a full 20-file change, but looks like it might need to be that way:
.exe
on windows (aka it ends up looking for7z.dll.exe