Fix build script to include mailpoet_initializer.php in the build
This commit is contained in:
1
build.sh
1
build.sh
@ -63,6 +63,7 @@ echo '[BUILD] Copying release files'
|
|||||||
cp license.txt $plugin_name
|
cp license.txt $plugin_name
|
||||||
cp index.php $plugin_name
|
cp index.php $plugin_name
|
||||||
cp $plugin_name.php $plugin_name
|
cp $plugin_name.php $plugin_name
|
||||||
|
cp mailpoet_initializer.php $plugin_name
|
||||||
cp readme.txt $plugin_name
|
cp readme.txt $plugin_name
|
||||||
cp uninstall.php $plugin_name
|
cp uninstall.php $plugin_name
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user