mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-24 23:08:08 +08:00
Merge branch 'master' of github.com:the-djmaze/snappymail
This commit is contained in:
commit
95d061d601
2 changed files with 3 additions and 3 deletions
4
.cmds
4
.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
|
||||
|
|
|
@ -19,7 +19,7 @@ const config = {
|
|||
cleanPath: '',
|
||||
zipSrcPath: '',
|
||||
zipFile: '',
|
||||
zipFileShort: '',
|
||||
// zipFileShort: '',
|
||||
|
||||
paths: {}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue