mirror of
https://github.com/maxpozdeev/mytinytodo.git
synced 2026-03-11 08:55:27 +00:00
* do not include empty sqlite file in release archive; todolist.db will be created by sqlite driver while setup, just need 'db' dir to be writable
This commit is contained in:
parent
e19b190cb4
commit
d66d4e0095
2 changed files with 0 additions and 2 deletions
|
|
@ -41,8 +41,6 @@ $rev = substr($rev, 0, 8);
|
|||
##$ver = str_replace('@REV', $rev, $ver);
|
||||
print "> Version is $ver\n";
|
||||
|
||||
rename('db/todolist.db.empty', 'db/todolist.db');
|
||||
|
||||
unlink('./docker-config.php');
|
||||
unlink('./includes/lang/en-rtl.json');
|
||||
unlink('./mtt-edit-settings.php');
|
||||
|
|
|
|||
Loading…
Reference in a new issue