diff --git a/_genonce.bat b/_genonce.bat index ca5a835..cb921e0 100644 --- a/_genonce.bat +++ b/_genonce.bat @@ -1,5 +1,5 @@ @ECHO OFF -SET publisher_jar=org.hl7.fhir.publisher.jar +SET publisher_jar=publisher.jar SET input_cache_path=%CD%\input-cache ECHO Checking internet connection... diff --git a/_genonce.sh b/_genonce.sh index 8e8e630..57abb0b 100755 --- a/_genonce.sh +++ b/_genonce.sh @@ -1,5 +1,5 @@ #!/bin/bash -publisher_jar=org.hl7.fhir.publisher.jar +publisher_jar=publisher.jar input_cache_path=./input-cache/ echo Checking internet connection... curl -sSf tx.fhir.org > /dev/null diff --git a/_updatePublisher.bat b/_updatePublisher.bat index db70557..a8bf6ee 100644 --- a/_updatePublisher.bat +++ b/_updatePublisher.bat @@ -3,7 +3,7 @@ SETLOCAL SET dlurl=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar -SET publisher_jar=org.hl7.fhir.publisher.jar +SET publisher_jar=publisher.jar SET input_cache_path=%CD%\input-cache\ SET skipPrompts=false diff --git a/_updatePublisher.sh b/_updatePublisher.sh index effde2e..fd92035 100755 --- a/_updatePublisher.sh +++ b/_updatePublisher.sh @@ -1,6 +1,6 @@ #!/bin/bash dlurl=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar -publisher_jar=org.hl7.fhir.publisher.jar +publisher_jar=publisher.jar input_cache_path=./input-cache/ set -e