Changeset 19061 in josm for trunk/native


Ignore:
Timestamp:
2024-04-26T16:00:41+02:00 (10 months ago)
Author:
taylor.smock
Message:

Fix #23643: Move to supported actions for GitHub ant workflow to remove node16 deprecation warnings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/native/macosx/macos-jpackage.sh

    r19036 r19061  
    150150  do_signapp "JOSM_${first}"
    151151  do_signapp "JOSM_${second}"
    152   if [ -n "${KEYCHAINPATH}" ]; then
     152  if [ "${KEYCHAINPATH}" != "false" ]; then
    153153    function do_codesign() {
    154154      codesign --sign "FOSSGIS e.V." \
Note: See TracChangeset for help on using the changeset viewer.