summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-03-21 16:14:09 +0100
committerKali Kaneko (leap communications) <kali@leap.se>2019-03-21 16:14:09 +0100
commit17d00c66bee9c7629beb85fee618fa1a20be4241 (patch)
treec9ad18a0a68372630d1c22041f246013571631b4
parent40ee11806c47d4e4aa5d39d684ae1855ddff4896 (diff)
[pkg] add comment to the windows sign script
-rw-r--r--win/sign.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/win/sign.py b/win/sign.py
index 0ca2cdf..251ba44 100644
--- a/win/sign.py
+++ b/win/sign.py
@@ -1,3 +1,9 @@
+"""
+This script is expected to be called from the main makefile, that should pass
+the content of the WIN_CERT_PASS variable as the second argument.
+
+Just make sure that $GOPATH is properly configured.
+"""
import subprocess
import os
import sys