summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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