We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2e493 commit be8dcadCopy full SHA for be8dcad
installer/create_installer.sh
@@ -118,8 +118,8 @@ echo -e "${BGREEN}Built PyPi distribution: ./dist${RESET}"
118
# clean up, but only if we are not in a github action
119
if [[ -z ${CI} ]]; then
120
echo
121
- echo "Cleaning up frontend files..."
122
- rm -rf InvokeAI-Installer tmp dist ../invokeai/frontend/web/dist/
+ echo "Cleaning up intermediate build files..."
+ rm -rf InvokeAI-Installer tmp ../invokeai/frontend/web/dist/
123
fi
124
125
if [[ ! -z ${CI} ]]; then
0 commit comments