Mercurial > hg > orthanc-python
comparison Resources/SyncOrthancFolder.py @ 49:9e466631660a
ugrade to Orthanc SDK 1.8.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 08 Dec 2020 16:30:25 +0100 |
parents | 393d2da0722a |
children | 627b8a19fb9f |
comparison
equal
deleted
inserted
replaced
48:0f8c9ce124d6 | 49:9e466631660a |
---|---|
10 import stat | 10 import stat |
11 import urllib2 | 11 import urllib2 |
12 import subprocess | 12 import subprocess |
13 | 13 |
14 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc') | 14 TARGET = os.path.join(os.path.dirname(__file__), 'Orthanc') |
15 PLUGIN_SDK_VERSION = '1.7.2' | 15 PLUGIN_SDK_VERSION = '1.8.1' |
16 REPOSITORY = 'https://hg.orthanc-server.com/orthanc/raw-file' | 16 REPOSITORY = 'https://hg.orthanc-server.com/orthanc/raw-file' |
17 | 17 |
18 FILES = [ | 18 FILES = [ |
19 ('OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake', 'CMake'), | 19 ('OrthancFramework/Resources/CMake/AutoGeneratedCode.cmake', 'CMake'), |
20 ('OrthancFramework/Resources/CMake/Compiler.cmake', 'CMake'), | 20 ('OrthancFramework/Resources/CMake/Compiler.cmake', 'CMake'), |