diff --git a/PyPI/Package/src/webui/bootstrap.sh b/PyPI/Package/src/webui/bootstrap.sh index 0623552..a11f013 100755 --- a/PyPI/Package/src/webui/bootstrap.sh +++ b/PyPI/Package/src/webui/bootstrap.sh @@ -123,7 +123,7 @@ if [[ "$1" == "minimal" ]]; then # Copy library mkdir -p "$FILENAME" 2>/dev/null - cp -f "cache/$FILENAME/webui-2.${EXT}" "$FILENAME/webui-2.${EXT}" + cp -f "cache/$FILENAME/libwebui-2.${EXT}" "$FILENAME/libwebui-2.${EXT}" # Remove cache folder rm -rf "cache"