[mod] hardcore jars

This commit is contained in:
Andy Bunce 2025-02-15 22:24:18 +00:00
parent ce70157303
commit 47a2aa2901
3 changed files with 20 additions and 10 deletions

View file

@ -128,7 +128,7 @@ let $src:=$build:PKG?expkg_zone58?maven=>array:flatten()
let $names:= $src!replace(.,"^.*/","")
return switch($style)
case "name" return $names
case "download" return $names!concat($build:PKG?expkg_zone58?download,.)
case "download" return $names!concat("jars/",.)
case "content" return $names!concat("content/",.)
default return $src
};