Skip to content

Commit

Permalink
Merge pull request #4 from lemz1/feature/hxpkg
Browse files Browse the repository at this point in the history
[HaxelibVersions.hx] Add `dir` to result
  • Loading branch information
doggogit authored Oct 24, 2024
2 parents 1502c72 + 70e56fa commit be952ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/util/macro/HaxelibVersions.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit be952ea

Please sign in to comment.