Home GnuPG

Update list of gpg4win files

Description

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

Details

Provenance
ikloeckerAuthored on Dec 6 2022, 2:03 PM
Parents
rW52a799a1e143: Sort gpg4win files for easier diff'ing
Branches
Unknown
Tags
Unknown