diff --git a/winbuild/mk.py b/winbuild/mk.py index 7b74724..3e23960 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 Control-D to continue (is this still needed?)... ; 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 dd6519f..31977ed 100644 --- a/winbuild/version +++ b/winbuild/version @@ -1 +1 @@ -106.0.5 +107.0