jpenguin

Results 29 comments of jpenguin

I don't know if I can set GIT with submodule and custom branch, might be better to stay with tarball for now

You can either install the bugdom executable in /usr/lib/bugdom and use `cd /usr/lib/bugdom/; ./Bugdom` to launch the game or put a launcher in the same directory as the executable and...

cd to your build directory To install ``` mkdir -p /usr/lib/Budom/ mv {Data,%{name}} /usr/lib/Budom/ echo -e '#!/usr/bin/sh\n\ncd /usr/lib/Budom/;./Budom' > '/usr/bin/Budom.sh' chmod +x /Budom ``` or without installing `echo -e '#!/usr/bin/sh\n\ncd...

This is awesome, for a long time I've been running the buggy windows version in WINE- but never got through it. This game was my childhood ;-)

Untested, but AARCH64 AppImmage & Fedora ARM7 https://download.opensuse.org/repositories/home:/jpenguin/

I took a look at building a Debian package and said "Forget it." AppImages should run anywhere though, 20.04 x86_64 worked for me

The OBS doesn't seem to have a template for Arm32 AppImages with the Leap 15.2 build environment that I'm using. It might be possible, but it doesn't look like OBS...

Created from the Fedora armv7 rpm https://filedn.com/lHGef0SOQKnBTotcJeEfshJ/Games/Mighty%20Mike/Mighty_Mike-armhf.AppImage completely untested

That's the way my 5th-grade class played. You can use < & > to change the camera

As far as I know, Debian won't accept anything with a NonComercial license https://www.debian.org/social_contract#guidelines If anyone can write the scripts required to build deb files, I welcome any help. I...