* 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:
maxpozdeev 2022-07-15 11:30:43 +03:00
parent e19b190cb4
commit d66d4e0095
2 changed files with 0 additions and 2 deletions

View file

@ -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');