The exe wouldn't run on Windows 10. The error complained that MSVCR120.dll was missing. Not sure where that comes from.
I was able to get it to run on Linux by extracting the exe like a zip file and making a few code changes to make it support Love 11.x. I replaced calls to audio Source:isStopped with isPlaying (and negating the value obviously) and the call to logob.:refresh with logob:replacePixels(logoDataB) in splash.lua. I also found the controls awkward, so I changed jump to "J" and shoot to "K".