Open Y-PLONI opened 1 week ago
There are two things to be done
Well it turns out we will have to wait till it is implemented in upstream tauri to allow bundling 32 bit binaries to support 32-bit Windows. https://github.com/tauri-apps/tauri/issues/8501
The problem is mke2fs.exe from cygwin won't run without 2 DLLs from cygwin. Other mke2fs.exe binaries like that from the Android SDK platform tools don't require additional DLLs but have runtime errors when creating large filesystems on a disk image.
Thank you very much!!!