Skip to content

add installDist target #392

@milahu

Description

@milahu

expected:
running gradle installDist
should copy files to $prefix/bin/ and $prefix/lib/

actual:
running gradle installDist has no effect

related

workaround: gumtree.nix

    mkdir $out
    cp -r dist/build/install/gumtree/{bin,lib} $out
    rm $out/bin/gumtree.bat

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions