diff --git a/winbuild/mk.py b/winbuild/mk.py index a9c10c6..7b74724 100644 --- a/winbuild/mk.py +++ b/winbuild/mk.py @@ -247,7 +247,7 @@ def upload(token): # create signatures exec('gpg --yes --detach-sign {}'.format(setup_filename)) - exec('echo Press any key... ; cat > /dev/null') + exec('echo Press Control-D to continue (is this still needed?)... ; cat > /dev/null') exec('gpg --yes --detach-sign {}'.format(pazip_filename)) # upload everything diff --git a/winbuild/version b/winbuild/version index a264e71..dd6519f 100644 --- a/winbuild/version +++ b/winbuild/version @@ -1 +1 @@ -106.0.4 +106.0.5