Skip to content

Commit

Permalink
update version bo 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Neutree committed Jan 13, 2025
1 parent 5bbd2ca commit d29fc1e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions maix/version_base_system.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20250113
1 change: 0 additions & 1 deletion tools/os/base_system_version.txt

This file was deleted.

2 changes: 1 addition & 1 deletion tools/os/download_base_os.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def download_file(url, output_path, force=False):
print(f"An error occurred: {e}")

def get_base_image(file_path = ""):
version_txt = os.path.join(curr_dir, "base_system_version.txt")
version_txt = os.path.join(curr_dir, "..", "..", "maix", "version_base_system.txt")
with open(version_txt, "r") as f:
version = f.readline().strip()
url, filename = get_release_image_url(version)
Expand Down

0 comments on commit d29fc1e

Please sign in to comment.