(Fixed) Move new_updated

This commit is contained in:
doctorpangloss 2024-02-27 17:01:16 -08:00
parent 272e3ee357
commit d3c13f8172

View File

@ -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():