Xtr126 / Android-x86-installer

Apache License 2.0
32 stars 6 forks source link

Adding Windows 32 bit installation software #117

Open Y-PLONI opened 1 week ago

Y-PLONI commented 1 week ago

Thank you very much!!!

Xtr126 commented 1 week ago

There are two things to be done

  1. Find a 32 bit mkfs.ext4.exe/mke2fs.exe executable that doesn't error out when creating large data.img files
  2. Configure our Release GitHub action to use the appropriate rust toolchain for 32 bit Windows target
Xtr126 commented 1 week ago

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.