1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 00:10:00 +02:00

Refactor workflow and scripts for improved functionality; update package.json commands and ensure consistent return values in scripts.

This commit is contained in:
mr. M 2025-01-13 22:53:39 +01:00
parent 20882f65cc
commit f6d3b4d868
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB
4 changed files with 6 additions and 3 deletions

View file

@ -80,7 +80,7 @@ def main() -> int:
return 0
print(f"Current version: {current_version}, RC version: {rc_response}")
return 1
return 0
if __name__ == "__main__":