mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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 --import x
|
||||||
gpg --detach-sign --armor --openpgp -u 87DA4591 x
|
gpg --detach-sign --armor --openpgp -u 87DA4591 --passphrase ?? x
|
||||||
for ff in `ls *.zip`; do gpg --detach-sign --armor --openpgp -u 87DA4591 $ff; done
|
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: '',
|
cleanPath: '',
|
||||||
zipSrcPath: '',
|
zipSrcPath: '',
|
||||||
zipFile: '',
|
zipFile: '',
|
||||||
zipFileShort: '',
|
// zipFileShort: '',
|
||||||
|
|
||||||
paths: {}
|
paths: {}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue