Skip to content

Commit

Permalink
[Released 4.0.0-preview1]
Browse files Browse the repository at this point in the history
- [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>
  • Loading branch information
ColdWindScholar committed Oct 3, 2024
1 parent 9e3b22f commit cc4c22d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bin/setting.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit cc4c22d

Please sign in to comment.