Skip to content

Commit

Permalink
fix missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
qnlbnsl committed Dec 3, 2024
1 parent 5652e18 commit bcf1720
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/create_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,10 @@ def process_build(
BASE_NAME,
release_tag,
release_repository,
BROWSER_URL_OTA=BROWSER_URL_OTA,
OTA_MD5=OTA_MD5,
BROWSER_URL_FACTORY=BROWSER_URL_FACTORY,
MANIFEST_FILE_DIR=MANIFEST_FILE_DIR,
beta=beta,
FIRMWARE_FILE_DIR=FIRMWARE_FILE_DIR.split("../")[-1],
)
utils.download_release(BROWSER_URL_OTA, beta, FIRMWARE_FILE_DIR)
utils.download_release(BROWSER_URL_FACTORY, beta, FIRMWARE_FILE_DIR)
Expand Down

0 comments on commit bcf1720

Please sign in to comment.