Brenton Horne
Brenton Horne
That is precisely what I had in mind. That would be excellent.
Both would be nice. I know the file's full name, but if I can be lazy and just match by a prefix that would be nice too. Plus would it...
I suspected so, but as Linux is the OS I spend >99% of my time on, the mismatched icons for the other platforms don't bother me.
Yep, I'm afraid so.
Seems unlikely to be the cause, as I can run Dune II without a problem using `./launch-game.sh`, after manually compiling it. I can also run it from my AUR package...
Ah, folks I hate to be a buzzkill but the AppImage issue seems to have survived. I am still getting that error.
Sorry folks, but the error still seems to exist with the latest commit.
Sure, happy to give it a go.
Odd, I get this error when building the AppImage: ```bash Installing OpenRA engine to /data/GitHub/others/d2-fork/packaging/linux/D2Mod.appdir/usr/lib/openra Installing OpenRA common mod files to /data/GitHub/others/d2-fork/packaging/linux/D2Mod.appdir/usr/lib/openra cp: cannot stat './mods/cnc/OpenRA.Mods.Cnc.dll': No such file or...
If it helps running: ```bash find . -name "OpenRA.Mods.Cnc.dll" ``` in the top level of this repo, returns: ```bash ./engine/mods/common/OpenRA.Mods.Cnc.dll ./engine/OpenRA.Mods.Cnc/obj/Release/OpenRA.Mods.Cnc.dll ./packaging/linux/D2Mod.appdir/usr/lib/openra/mods/common/OpenRA.Mods.Cnc.dll ```