diff --git a/README.md b/README.md index 8bdac36f..53854c0c 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ Other installations you'd need are the additional libraries, a fully updated lis haxelib install flixel haxelib install flixel-addons haxelib install flixel-ui +haxelib install hxvlc haxelib git haxeui-openfl https://github.com/haxeui/haxeui-openfl haxelib git haxeui-core https://github.com/haxeui/haxeui-core haxelib git maru-hscript https://github.com/MaybeMaru/hscript-improved -haxelib git hxvlc https://github.com/MaybeMaru/hxvlc haxelib git discord_rpc https://github.com/Aidan63/linc_discord-rpc ``` You should have everything ready for compiling the game! diff --git a/actions/libraries.json b/actions/libraries.json index 86abbc77..3459d440 100644 --- a/actions/libraries.json +++ b/actions/libraries.json @@ -46,10 +46,8 @@ }, { "name": "hxvlc", - "type": "git", - "version": null, - "ref": "main", - "url": "https://github.com/MaybeMaru/hxvlc" + "type": "install", + "version": null }, { "name": "maru-hscript",