@@ -12,7 +12,7 @@ icon_file = "calculator.ico" if current_os == "win32" else "calculator.icns"
args = [
"calculator.py",
"--name=现代计算器",
"--onefile",
"--onedir",
"--noconsole",
"--clean",
f"--icon={icon_file}" if os.path.exists(icon_file) else None,
The note is not visible to the blocked user.