fix publisher file name
This commit is contained in:
parent
e79dadd1f8
commit
456aefec32
@ -1,5 +1,5 @@
|
|||||||
@ECHO OFF
|
@ECHO OFF
|
||||||
SET publisher_jar=org.hl7.fhir.publisher.jar
|
SET publisher_jar=publisher.jar
|
||||||
SET input_cache_path=%CD%\input-cache
|
SET input_cache_path=%CD%\input-cache
|
||||||
|
|
||||||
ECHO Checking internet connection...
|
ECHO Checking internet connection...
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
publisher_jar=org.hl7.fhir.publisher.jar
|
publisher_jar=publisher.jar
|
||||||
input_cache_path=./input-cache/
|
input_cache_path=./input-cache/
|
||||||
echo Checking internet connection...
|
echo Checking internet connection...
|
||||||
curl -sSf tx.fhir.org > /dev/null
|
curl -sSf tx.fhir.org > /dev/null
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
SETLOCAL
|
SETLOCAL
|
||||||
|
|
||||||
SET dlurl=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
|
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 input_cache_path=%CD%\input-cache\
|
||||||
SET skipPrompts=false
|
SET skipPrompts=false
|
||||||
|
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
dlurl=https://github.com/HL7/fhir-ig-publisher/releases/latest/download/publisher.jar
|
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/
|
input_cache_path=./input-cache/
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user