Skip to content

Commit 1567bd2

Browse files
Add Nobara Linux support to EmuHawkMono.sh
Some Fedora based distro, needs /usr/lib64 https://www.reddit.com/r/NobaraProject/comments/1goxkwz/bizhawk_emu_crash/
1 parent f9d3d91 commit 1567bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/EmuHawkMono.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ libpath=""
44
if [ "$(command -v lsb_release)" ]; then
55
case "$(lsb_release -i | head -n1 | cut -c17- | tr A-Z a-z)" in
66
"arch"|"artix"|"manjarolinux") libpath="/usr/lib";;
7-
"fedora"|"gentoo"|"opensuse") libpath="/usr/lib64";;
7+
"fedora"|"gentoo"|"nobaralinux"|"opensuse") libpath="/usr/lib64";;
88
"nixos") libpath="/usr/lib"; printf "Running on NixOS? Why aren't you using the Nix expr?\n";;
99
"debian"|"linuxmint"|"pop"|"ubuntu") libpath="/usr/lib/x86_64-linux-gnu";;
1010
esac

0 commit comments

Comments
 (0)