Reply To: MWEdit

Home Forums Projects MWEdit Reply To: MWEdit

#4102

Great, thanks. Will get the BOM removed soon. No special characters are in here, just ASCII. There were a couple weird characters that slipped in functions.dat instead of what should have been an apostrophe (the rest were properly apostrophes) but I’ve already fixed that 🙂 It was probably due to some old artifact years ago that was never caught. There’s a chance it may have fixed a bug or two.

Yeah, GitHub Actions isn’t at all well documented, save for the basic syntax, so I’m mostly stumbling through it. Still need to find out where the actions themselves are documented and why we need to specify the version. I have an idea for automated releases that may be worth exploring once I get the basics set up.

Yep, Walrus is going to be the primary. The one on my profile is a secondary one for when I don’t want to push to the org right away. The one on UESP is Dave’s old one that he mirrored from the last version of the one on Sourceforge that’s just the shell. Once I finish getting the basic build automation set up to let us download the builds, I’ll be making the dev branch the unstable branch and setting master up as the stable branch to help conserve build resources. 🙂