Update list of GnuPG files
I got the updated list with the following command:
7z l src/playground/install/pkgs/gnupg-w32-2.3.7_20220711/\
gnupg-w32-2.3.7_20220711-bin.exe | grep ^20 \
| grep -v -E "PLUGINSDIR|files$|tmp$|prf$" \
| sed 's/.* //' \
| xargs -I {} echo ' "../GnuPG/{}",' \
| LANG=C sort