Restore creation of the dist directory

pull/22838/head
RiotRobot 2019-11-27 13:02:14 +00:00
parent d0c8a6af50
commit b93b6b448e
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ pubdir="$projdir/electron_app/pub"
rm -r "$pubdir" || true
mkdir -p "$pubdir"
rm -r "$projdir/electron_app/dist" || true
mkdir -p "$projdir/electron_app/dist"
# Install packages: what the user downloads the first time,
# (DMGs for mac, exe installer for windows)