Skip to content

Commit

Permalink
[Released 4.0.1]
Browse files Browse the repository at this point in the history
- [Tool] Update Ai Engine
- [Tool] Update fresh of unpackg
- [Tool] add addon exec
- [other] Bug Fix & Improvement

Signed-off-by: ColdWindScholar <[email protected]>
  • Loading branch information
ColdWindScholar committed Dec 7, 2024
1 parent cf97bf5 commit 2303811
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/setting.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ barlevel = 0.9
oobe = 0
language = English
contextpatch = 0
rm_pay = 0
project_struct = single
plugin_repo = https://raw.githubusercontent.com/ColdWindScholar/MPK_Plugins/main/
auto_unpack = 0
Expand Down
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def zip_folder(folder_path):
if not os.path.exists('dist/bin'):
os.makedirs('dist/bin', exist_ok=True)
pclist = ['images', 'languages', 'licenses', 'module', 'temp', 'extra_flash.zip', 'setting.ini', ostype,
'kemiaojiang.png', 'License_kemiaojiang.txt', "tkdnd"]
'kemiaojiang.png', 'License_kemiaojiang.txt', "tkdnd", 'help_document.json']
for i in os.listdir(local + os.sep + "bin"):
if i in pclist:
if os.path.isdir(f"{local}/bin/{i}"):
Expand Down

0 comments on commit 2303811

Please sign in to comment.