fixed URL thing for linux
This commit is contained in:
parent
826e8b7f0a
commit
afb21793dc
@ -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
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user