Skip to content

Commit

Permalink
Make onefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinjhuang committed Aug 16, 2024
1 parent 9965872 commit 84fd91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mac-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
git clone https://github.com/comfyanonymous/ComfyUI --depth 1
cp ComfyUI.spec ComfyUI/
cd ComfyUI
pyinstaller ComfyUI.spec
pyinstaller ComfyUI.spec --onefile
tar -czf mac_arm_python_env.tar.gz dist
- name: Get current date
Expand Down

0 comments on commit 84fd91a

Please sign in to comment.