mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-25 10:09:20 +03:00
Added README to /data/ folder
This commit is contained in:
parent
948663519e
commit
21fe3aa25c
3 changed files with 13 additions and 6 deletions
11
release.php
11
release.php
|
|
@ -72,14 +72,17 @@ foreach ($files as $file) {
|
|||
|
||||
$tar->buildFromDirectory('./', "@snappymail/v/{$package->version}@");
|
||||
|
||||
$zip->addFromString('data/.htaccess', $package->version);
|
||||
$tar->addFromString('data/.htaccess', $package->version);
|
||||
$zip->addFile('data/.htaccess');
|
||||
$tar->addFile('data/.htaccess');
|
||||
|
||||
$zip->addFromString('data/VERSION', $package->version);
|
||||
$tar->addFromString('data/VERSION', $package->version);
|
||||
|
||||
//$zip->addFromString('data/EMPTY', $package->version);
|
||||
//$tar->addFromString('data/EMPTY', $package->version);
|
||||
$zip->addFile('data/README.md');
|
||||
$tar->addFile('data/README.md');
|
||||
|
||||
//$zip->addFile('data/EMPTY');
|
||||
//$tar->addFile('data/EMPTY');
|
||||
|
||||
$zip->addFile('_include.php');
|
||||
$tar->addFile('_include.php');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue