reproducible builds, build.sh: linux/arm64

This commit is contained in:
scito
2023-02-04 22:20:57 +01:00
committed by Roland Kurmann
parent 709aa111be
commit 7faf530863
5 changed files with 67 additions and 27 deletions

View File

@@ -786,8 +786,8 @@ def check_file_exists(filename: str) -> None:
def has_no_otps_show_warning(otps: Otps) -> bool:
if len(otps) == 0:
tkinter.messagebox.showinfo(title="No data", message="There are no otp secrets to write")
tk_root.update() # dispose dialog
tkinter.messagebox.showinfo(title="No data", message="There are no otp secrets to write")
tk_root.update() # dispose dialog
return len(otps) == 0
@@ -815,7 +815,7 @@ def do_debug_checks() -> bool:
def is_not_headless() -> bool:
if headless:
log_warn(f"Cannot open dialog in headless mode")
log_warn("Cannot open dialog in headless mode")
return not headless