mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-26 22:30:19 +08:00
(Fixed) Move new_updated
This commit is contained in:
parent
272e3ee357
commit
d3c13f8172
@ -1,7 +1,7 @@
|
|||||||
import os
|
import os
|
||||||
import shutil
|
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():
|
def update_windows_updater():
|
||||||
Loading…
Reference in New Issue
Block a user