Skip to content

Commit

Permalink
step2 fix filename
Browse files Browse the repository at this point in the history
  • Loading branch information
YanWenKun committed Mar 26, 2024
1 parent 3c3c7fd commit 06c3394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ cp -r ComfyUI/.ci/update_windows/* ./update/
cp -r ComfyUI/.ci/windows_base_files/* ./

cd "$workdir"
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma -mx=8 -mfb=64 -md=32m -ms=on -mf=BCJ2 ComfyUI_Windows_portable.7z ComfyUI_Windows_portable
"C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma -mx=8 -mfb=64 -md=32m -ms=on -mf=BCJ2 ComfyUI_Windows_portable_cu121.7z ComfyUI_Windows_portable

cd ComfyUI_Windows_portable
rm -rf ComfyUI/custom_nodes
Expand Down

0 comments on commit 06c3394

Please sign in to comment.