Correct the build script whereby mistake we have removed the theme components from the source tree while building.

This commit is contained in:
Neel Patel 2020-04-15 11:28:18 +05:30 committed by Akshay Joshi
parent 74b3495542
commit 25553b11ed

View File

@ -78,7 +78,6 @@ _get_version() {
_cleanup() {
echo "Cleaning up the old environment and app bundle"
rm -rf ${SOURCEDIR}/runtime/pgAdmin4.app
rm -rf ${SOURCEDIR}/runtime/dark ${SOURCEDIR}/runtime/light ${SOURCEDIR}/runtime/light.qss ${SOURCEDIR}/runtime/dark.qss
rm -rf ${BUILDROOT}
rm -f ${DISTROOT}/pgadmin4*.dmg
}