Skip to content

Commit

Permalink
QuPath binary is named QuPath, not qupath
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel authored Feb 27, 2024
1 parent 76a3ea4 commit 0890200
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ files_to_copy = [
modextrapaths = {'PATH': ['']}

sanity_check_paths = {
'files': ['bin/qupath', 'lib/libapplauncher.%s' % SHLIB_EXT],
'files': ['bin/QuPath', 'lib/libapplauncher.%s' % SHLIB_EXT],
'dirs': ['lib/app', 'lib/runtime'],
}

sanity_check_commands = ["qupath --help"]
sanity_check_commands = ["QuPath --help"]

moduleclass = 'bio'

0 comments on commit 0890200

Please sign in to comment.