From cc4c22d81ec5746609a07badd830c8d4b49df231 Mon Sep 17 00:00:00 2001 From: ColdWindScholar <3590361911@qq.com> Date: Thu, 3 Oct 2024 14:20:13 +0800 Subject: [PATCH] [Released 4.0.0-preview1] - [Notice] This Version Still Support Windows 7.You Can Update Directly. - [Lang] Update Brazilian Portuguese translation - [Tool] Complete Macos Support - [Tool] Add Cache Clean To Settings - [Tool] Add MagiskPatcher To Tool Box - [Tool] Update Function Caller - [Tool] Try To Fix Updater Online - [Build] Fix tkinterdnd2 installation - [Others] Fix bugs Signed-off-by: ColdWindScholar <3590361911@qq.com> --- bin/setting.ini | 2 +- build.py | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bin/setting.ini b/bin/setting.ini index b97f9bd9..303b27b3 100644 --- a/bin/setting.ini +++ b/bin/setting.ini @@ -3,7 +3,7 @@ theme = dark path = ai_engine = 0 version = 4.0.0-preview1 -barlevel = 0.9 +barlevel = 0.89 oobe = 0 language = English contextpatch = 0 diff --git a/build.py b/build.py index 3893979e..dc5f911b 100755 --- a/build.py +++ b/build.py @@ -159,6 +159,8 @@ def zip_folder(folder_path): shutil.copy(f'{local}/LICENSE', local + os.sep + "dist" + os.sep + 'LICENSE') if dndplat: for i in os.listdir(local + os.sep + "dist" + os.sep +"bin" + os.sep + 'tkdnd'): + if i[:3] == dndplat[:3] and i.endswith("x64") and dndplat.endswith('x86'): + continue if i == dndplat: continue if os.path.isdir(local + os.sep + "dist" + os.sep +"bin" + os.sep + 'tkdnd' + os.sep + i):