diff --git a/.gitea/workflows/trigger/release b/.gitea/workflows/trigger/release index 06b576b..a0585ed 100644 --- a/.gitea/workflows/trigger/release +++ b/.gitea/workflows/trigger/release @@ -1,2 +1,2 @@ 30/1/2025................. -..lgn \ No newline at end of file +..lgnf \ No newline at end of file diff --git a/scripts/add-to-custom.xq b/scripts/add-to-custom.xq index 2348402..47a8f39 100644 --- a/scripts/add-to-custom.xq +++ b/scripts/add-to-custom.xq @@ -1,8 +1,9 @@ -declare base-uri '../'; + import module namespace build = 'urn:quodatum:build1' at 'build.xqm'; declare variable $custom:= "/usr/local/basex/lib/custom/"; -declare $jar:=file:parent(static-base-uri()) +declare variable $base:=static-base-uri()=>file:parent()=>file:parent(); "copy..", -file:copy("dist/pdfbox-3.0.4.fat.jar",$custom), +file:copy(file:resolve-path("dist/pdfbox-3.0.4.fat.jar",$base) + ,$custom), file:list($custom)