Skip to content

Commit

Permalink
Update building.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
petebankhead committed Jun 30, 2021
1 parent 5a37a2b commit 44f091c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/building.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ If you need to create an installer for QuPath, you can use

.. code-block:: bash
gradlew clean jpackage -Pqupath.package=installer
gradlew clean jpackage -P package=installer
.. tabbed:: macOS/Linux

.. code-block:: bash
./gradlew clean jpackage -Pqupath.package=installer
./gradlew clean jpackage -P package=installer
Note that for this to work on Windows you'll need to install `WIX Toolset`_.
Expand Down

0 comments on commit 44f091c

Please sign in to comment.