Updated packaging scripts
This commit is contained in:
parent
6aae517460
commit
d4dcfee0ea
1 changed files with 6 additions and 0 deletions
|
@ -37,6 +37,12 @@ cp Core/Resources/Db/SQLite/db.sqlite Specific/db && \
|
|||
|
||||
touch Specific/ENABLE_INSTALL && \
|
||||
|
||||
# Installing dependencies (composer)
|
||||
composer install && \
|
||||
|
||||
# Removing composer stuff
|
||||
rm -f composer.* && \
|
||||
|
||||
# GZipping package
|
||||
cd .. && \
|
||||
mv $TEMPDIR baikal-regular && \
|
||||
|
|
Loading…
Add table
Reference in a new issue