Skip to content

Avoid duplicate code in install_warpy.sh #16

@hornhaut

Description

@hornhaut

In the warpy installer script in lines 210 and 231 a "v" is missing the zip file location path for windows qupath. It says:
https://github.com/qupath/qupath/releases/download/v${qupath_version}/QuPath-${qupath_version}-Windows.zip
while is should say:
https://github.com/qupath/qupath/releases/download/v${qupath_version}/QuPath-v${qupath_version}-Windows.zip
(there is a "v" before the second ${qupath_version} here :) )

best
hornhaut

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions