Skip to content

Commit d845c15

Browse files
committed
I forgot about tis
1 parent 87623de commit d845c15

File tree

2 files changed

+13
-11
lines changed

2 files changed

+13
-11
lines changed

setup/unix.sh

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,21 @@
44
# https://haxe.org/download
55
echo Installing dependencies...
66
echo This might take a few moments depending on your internet speed.
7-
haxelib install lime 8.1.3 --quiet
8-
haxelib install openfl 9.3.3 --quiet
9-
haxelib git flixel https://github.com/moxie-coder/flixel 5.6.2 --quiet
7+
haxelib git lime https://github.com/th2l-devs/lime --quiet
8+
haxelib git openfl https://github.com/th2l-devs/openfl --quiet
9+
haxelib git flixel https://github.com/JS-Engine-things/flixel-JS-Engine --quiet
1010
haxelib install flixel-addons 3.2.3 --quiet
1111
haxelib install flixel-tools 1.5.1 --quiet
1212
haxelib install flixel-ui 2.6.1 --quiet
1313
haxelib install hscript --quiet
1414
haxelib install hxcpp-debug-server --quiet
1515
haxelib git away3d https://github.com/moxie-coder/away3d --quiet
16-
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp/ --quiet
16+
haxelib git tjson https://github.com/moxie-coder/tjson --quiet
17+
haxelib git hxcpp https://github.com/th2l-devs/hxcpp --quiet
1718
haxelib git flxanimate https://github.com/Dot-Stuff/flxanimate 768740a56b26aa0c072720e0d1236b94afe68e3e --quiet
18-
haxelib git linc_luajit https://github.com/superpowers04/linc_luajit.git --quiet
19+
haxelib git linc_luajit https://github.com/th2l-devs/linc_luajit --quiet
1920
haxelib git funkin.vis https://github.com/FunkinCrew/funkVis 22b1ce089dd924f15cdc4632397ef3504d464e90 --quiet
20-
haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git cbf91e2180fd2e374924fe74844086aab7891666 --quiet
21+
haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git --quiet
2122
haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc --quiet
2223
haxelib install hxvlc 1.9.2 --quiet
2324
echo Finished!

setup/windows.bat

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,19 @@ cd ..
44
echo Installing dependencies...
55
echo This might take a few moments depending on your internet speed.
66
@echo on
7-
haxelib install lime 8.1.3 --quiet
8-
haxelib install openfl 9.3.3 --quiet
9-
haxelib git flixel https://github.com/moxie-coder/flixel 5.6.2 --quiet
7+
haxelib git lime https://github.com/th2l-devs/lime --quiet
8+
haxelib git openfl https://github.com/th2l-devs/openfl --quiet
9+
haxelib git flixel https://github.com/JS-Engine-things/flixel-JS-Engine --quiet
1010
haxelib install flixel-addons 3.2.3 --quiet
1111
haxelib install flixel-tools 1.5.1 --quiet
1212
haxelib install flixel-ui 2.6.1 --quiet
1313
haxelib install hscript --quiet
1414
haxelib install hxcpp-debug-server --quiet
1515
haxelib git away3d https://github.com/moxie-coder/away3d --quiet
16-
haxelib git hxcpp https://github.com/HaxeFoundation/hxcpp/ --quiet
16+
haxelib git tjson https://github.com/moxie-coder/tjson --quiet
17+
haxelib git hxcpp https://github.com/th2l-devs/hxcpp --quiet
1718
haxelib git flxanimate https://github.com/Dot-Stuff/flxanimate 768740a56b26aa0c072720e0d1236b94afe68e3e --quiet
18-
haxelib git linc_luajit https://github.com/superpowers04/linc_luajit --quiet
19+
haxelib git linc_luajit https://github.com/th2l-devs/linc_luajit --quiet
1920
haxelib git funkin.vis https://github.com/FunkinCrew/funkVis 22b1ce089dd924f15cdc4632397ef3504d464e90 --quiet
2021
haxelib git grig.audio https://gitlab.com/haxe-grig/grig.audio.git --quiet
2122
haxelib git hxdiscord_rpc https://github.com/MAJigsaw77/hxdiscord_rpc --quiet

0 commit comments

Comments
 (0)