We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09da78c commit 291c1d2Copy full SHA for 291c1d2
source/funkin/backend/system/Main.hx
@@ -89,7 +89,7 @@ class Main extends Sprite
89
public static var audioDisconnected:Bool = false;
90
91
public static var changeID:Int = 0;
92
- public static var pathBack = #if windows
+ public static var pathBack = #if (windows || linux)
93
"../../../../"
94
#elseif mac
95
"../../../../../../../"
0 commit comments