Update list of gpg4win files
I got the updated list with the following command:
7z l src/installers/gpg4win-4.0.5-beta8.exe \
| grep ^20 \
| grep -v -E "PLUGINSDIR|TEMP|files$|tmp$|/gpgol|/gpgex|bin_64/" \
| sed 's/.* //' \
| xargs -I {} echo ' "{}",' \
| LANG=C sort