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 50d3b65 commit 004288fCopy full SHA for 004288f
PyPI/Package/src/webui/bootstrap.bat
@@ -9,7 +9,7 @@ IF "%1"=="minimal" (
9
10
:: --- Full -------------------------------------
11
:: Download WebUI library for all supported OS.
12
-echo WebUI Deno Bootstrap
+echo WebUI Python Bootstrap
13
echo.
14
15
:: Creating the temporary cache folder
PyPI/Package/src/webui/bootstrap.sh
@@ -6,7 +6,7 @@ if [[ "$1" == "" ]]; then
6
7
# --- Full -------------------------------------
8
# Download WebUI library for all supported OS.
- echo "WebUI Deno Bootstrap"
+ echo "WebUI Python Bootstrap"
echo
# Creating the temporary cache folder
0 commit comments