Skip to content

Commit 1c50c17

Browse files
authored
Merge pull request #33 from SageCreations/bootstrap_fix
fixed cp command still calling webui-2 instead of libwebui-2 in "minimal"
2 parents ef4b98a + 43c080d commit 1c50c17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PyPI/Package/src/webui/bootstrap.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ if [[ "$1" == "minimal" ]]; then
123123

124124
# Copy library
125125
mkdir -p "$FILENAME" 2>/dev/null
126-
cp -f "cache/$FILENAME/webui-2.${EXT}" "$FILENAME/webui-2.${EXT}"
126+
cp -f "cache/$FILENAME/libwebui-2.${EXT}" "$FILENAME/libwebui-2.${EXT}"
127127

128128
# Remove cache folder
129129
rm -rf "cache"

0 commit comments

Comments
 (0)