Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4678

We now have an installer in the MSI format: https://github.com/deathssoul/MWEdit/actions/runs/18903584084/artifacts/4403855739

If possible, could you do a test run and report back as to its behavior? I have no clue if it’s set up properly. 😛

I’ll put out a testing call on the other sites later. 🙂

Edit:

Posted to the other sites. Additionally, the CMake script is now cross-platform compliant even if MWEdit still builds only on Windows. Still need to add the options to build a static executable when cross-compiling. That’ll be a bit hairy as things stand right now so I’ll add that to the to-do list.

Edit 2:

Looks like I may need to pass the Unicode macro after all as it’s used in dl_base. Missed that earlier. Of note, the old VS project file doesn’t have Unicode set to on. Will wait to see what the test results come back as. Enabling Unicode may be a thing for 0.7.1

Edit 3:

New package: https://github.com/deathssoul/MWEdit/actions/runs/18935772066

Has some DevIL updates 🙂