diff --git a/source/MainMenuState.hx b/source/MainMenuState.hx
index 305508b4f..d4db472ee 100644
--- a/source/MainMenuState.hx
+++ b/source/MainMenuState.hx
@@ -109,7 +109,14 @@ class MainMenuState extends MusicBeatState
 			{
 				if (optionShit[curSelected] == 'donate')
 				{
+					#if linux
+						Sys.command('/usr/bin/xdg-open", [url, "&"]);
+					#else
+						
+
 					FlxG.openURL('https://ninja-muffin24.itch.io/funkin');
+					#end
+
 				}
 				else
 				{