From 17d00c66bee9c7629beb85fee618fa1a20be4241 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 21 Mar 2019 16:14:09 +0100 Subject: [pkg] add comment to the windows sign script --- win/sign.py | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3