mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-26 09:03:48 +08:00
Don't unlink openpgp.js
This commit is contained in:
parent
f1ecbeb9f6
commit
45d9657455
1 changed files with 0 additions and 4 deletions
|
@ -84,10 +84,6 @@ if (!isset($options['skip-gulp'])) {
|
|||
unlink(__DIR__ . '/snappymail/v/0.0.0/static/js/boot.js.br');
|
||||
unlink(__DIR__ . '/snappymail/v/0.0.0/static/js/min/boot.min.js.br');
|
||||
}
|
||||
|
||||
unlink(__DIR__ . '/snappymail/v/0.0.0/static/js/openpgp.js');
|
||||
unlink(__DIR__ . '/snappymail/v/0.0.0/static/js/openpgp.js.br');
|
||||
unlink(__DIR__ . '/snappymail/v/0.0.0/static/js/openpgp.js.gz');
|
||||
}
|
||||
|
||||
// Temporary rename folder to speed up PharData
|
||||
|
|
Loading…
Reference in a new issue