Initial version
This commit is contained in:
5
_updatePublisher.bat
Normal file
5
_updatePublisher.bat
Normal file
@@ -0,0 +1,5 @@
|
||||
@MKDIR input-cache
|
||||
@ECHO "Downloading most recent publisher - it's ~100 MB, so this may take a bit
|
||||
@POWERSHELL -command (new-object System.Net.WebClient).DownloadFile(\"https://fhir.github.io/latest-ig-publisher/org.hl7.fhir.publisher.jar\",\"input-cache\org.hl7.fhir.publisher.jar\")
|
||||
@ECHO "Done"
|
||||
@PAUSE
|
||||
Reference in New Issue
Block a user