Kamek icon indicating copy to clipboard operation
Kamek copied to clipboard

Example .sh build scripts support WSL only, aka the only platform that doesn't matter here

Open Meatball132 opened this issue 1 year ago • 0 comments

These really should work on Mac/Linux too. Easy fix; I think the example shell scripts just need two adjustments:

  • Add ".exe" extension to the end of the executable paths
  • Call wine instead of directly trying to launch the Windows exes

It'd be best to confirm that the user isn't using WSL before trying to call wine, but I say that isn't strictly necessary (why would you use WSL instead of the native Windows scripts, anyway?) Still, would be nice, if possible.

Meatball132 avatar Sep 05 '24 01:09 Meatball132