Improvement for #229 and #544 so that script can be executed easier

This commit is contained in:
the-djmaze 2022-10-08 20:46:09 +02:00
parent 1cf0e007d9
commit b833113ed6
2 changed files with 8 additions and 3 deletions

View file

@ -125,6 +125,9 @@ if ($options['docker']) {
$tar->buildFromDirectory('./', "@snappymail/v/{$package->version}@");
}
//$zip->addFile('cli/upgrade.sh');
//$tar->addFile('cli/upgrade.sh');
$zip->addFile('data/.htaccess');
$tar->addFile('data/.htaccess');