Skip to content

Commit 994e584

Browse files
committed
test: testing linux fix
1 parent 71e1095 commit 994e584

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup/unix.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ haxelib git funkin.vis https://github.com/JS-Engine-things/funkVis-FrequencyFixe
2323
haxelib git grig.audio https://github.com/JS-Engine-things/grig.audio --quiet
2424
haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc --quiet --skip-dependencies
2525
haxelib git hxvlc https://github.com/JS-Engine-things/hxvlc --quiet --skip-dependencies
26-
haxelib git hxnativefiledialog https://github.com/MAJigsaw77/hxnativefiledialog --quiet --skip-dependencies
26+
haxelib git hxnativefiledialog https://github.com/moxie-coder/hxnativefiledialog linux-fix --quiet --skip-dependencies
2727
haxelib install hxp
2828
echo Finished!

source/ClientPrefs.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class ClientPrefs { //default settings if it can't find a save file containing y
241241

242242
'debug_1' => [SEVEN, NONE],
243243
'debug_2' => [EIGHT, NONE],
244-
'taunt' => [SPACE, NONE]
244+
'taunt' => [SPACE, NONE]
245245
];
246246
public static var defaultKeys:Map<String, Array<FlxKey>> = null;
247247

0 commit comments

Comments
 (0)