Add full cacert support for all platforms also for the checksum.
Distinguish compiled and script case. Adjust .spec files
This commit is contained in:
@@ -5,6 +5,7 @@ block_cipher = None
|
||||
import glob,os
|
||||
|
||||
data_file = [(f, '.') for f in glob.glob('*.[pu][yi]') if f != "artemis.py"]
|
||||
data_file.append(('cacert.pem', '.'))
|
||||
|
||||
a = Analysis(['artemis.py'],
|
||||
pathex=[os.getcwd()],
|
||||
|
||||
@@ -5,6 +5,7 @@ import glob, os
|
||||
|
||||
data_file = [(f, '.') for f in glob.glob('*.[pu][yi]') if f != "artemis.py"]
|
||||
data_file.append(('themes','./themes'))
|
||||
data_file.append(('cacert.pem', '.'))
|
||||
|
||||
a = Analysis(['artemis.py'],
|
||||
pathex=[os.getcwd()],
|
||||
|
||||
Reference in New Issue
Block a user