Skip to content

Commit

Permalink
Fix tasks for x86 bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-rowen committed Sep 19, 2024
1 parent 609a6a5 commit 68c31f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ def gen_update_info_file(c):

# Define base URLs and file paths for x86 and x64 builds
base_url = f"https://github.com/blindpandas/bookworm/releases/download/{app.version}"
x86_file = f"{app.display_name}-{app.version}-x86-portable.bundle"
x86_file = f"{app.display_name}-{app.version}-x86-update.bundle"
x64_file = f"{app.display_name}-{app.version}-x64-update.bundle"
x86_download_url = f"{base_url}/{x86_file}"
x64_download_url = f"{base_url}/{x64_file}"
Expand Down

0 comments on commit 68c31f7

Please sign in to comment.