mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2024-11-14 11:15:24 -05:00
add dir property to result
This commit is contained in:
parent
63202555cc
commit
2d092a4034
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ class HaxelibVersions
|
|||
var innerText:String = switch (type)
|
||||
{
|
||||
case 'git':
|
||||
'${pkg.link}:${pkg.branch ?? 'None'}';
|
||||
'${pkg.link}/${pkg.dir ?? ''}:${pkg.branch ?? 'None'}';
|
||||
case 'haxelib':
|
||||
'${pkg.version ?? 'None'}';
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue