Merge remote-tracking branch 'upstream/master' v1.15

This commit is contained in:
djmaze 2021-01-18 09:25:37 +01:00
commit d36b4a4999
2 changed files with 3 additions and 3 deletions

4
.cmds
View file

@ -15,5 +15,5 @@ webpack --color --watch
#
gpg --import x
gpg --detach-sign --armor --openpgp -u 87DA4591 x
for ff in `ls *.zip`; do gpg --detach-sign --armor --openpgp -u 87DA4591 $ff; done
gpg --detach-sign --armor --openpgp -u 87DA4591 --passphrase ?? x
for ff in `ls ./build/dist/releases/**/**/*.zip | xargs`; do gpg --detach-sign --no-tty --yes --armor --openpgp -u 87DA4591 --passphrase ?? $ff; done

View file

@ -19,7 +19,7 @@ const config = {
cleanPath: '',
zipSrcPath: '',
zipFile: '',
zipFileShort: '',
// zipFileShort: '',
paths: {}
};