We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99a4be3 commit 2ef8a6aCopy full SHA for 2ef8a6a
build/windows/print.publickey.py
@@ -5,7 +5,7 @@
5
6
COMMON_NAME = 'ImageMagick Studio LLC'
7
8
-package = [file for file in os.listdir('./packages') if file.endswith('.nupkg')][0]
+package = os.path.join('./packages', [file for file in os.listdir('./packages') if file.endswith('.nupkg')][0])
9
10
with zipfile.ZipFile(package, 'r') as zip_ref:
11
signature_data = zip_ref.read('.signature.p7s')
0 commit comments