Make it more clear the recommended way to update the standalone build.

This commit is contained in:
comfyanonymous
2023-03-14 19:08:23 -04:00
parent 268a2dab71
commit 6d44cf74e3
11 changed files with 20 additions and 17 deletions

View File

@@ -16,8 +16,8 @@ mv ComfyUI_copy ComfyUI_windows_portable/ComfyUI
cd ComfyUI_windows_portable
mkdir update
cp ComfyUI/.ci/update_windows/* ./update/
cp ComfyUI/.ci/windows_base_files/* ./
cp -r ComfyUI/.ci/update_windows/* ./update/
cp -r ComfyUI/.ci/windows_base_files/* ./
cd ..