mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
(Fixed) Move new_updated
This commit is contained in:
parent
272e3ee357
commit
d3c13f8172
@ -1,7 +1,7 @@
|
||||
import os
|
||||
import shutil
|
||||
|
||||
base_path = os.path.dirname(os.path.realpath(__file__))
|
||||
base_path = os.path.join(os.path.dirname(os.path.realpath(__file__)), "..", "..")
|
||||
|
||||
|
||||
def update_windows_updater():
|
||||
Loading…
Reference in New Issue
Block a user