diff --git a/.cmds b/.cmds index 961e818d9..7c315e57f 100644 --- a/.cmds +++ b/.cmds @@ -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 diff --git a/tasks/config.js b/tasks/config.js index e5a3e9980..d34ca2dbc 100644 --- a/tasks/config.js +++ b/tasks/config.js @@ -19,7 +19,7 @@ const config = { cleanPath: '', zipSrcPath: '', zipFile: '', - zipFileShort: '', + // zipFileShort: '', paths: {} };