From a498c354dd5a845802188a7348738b4689b4b2c5 Mon Sep 17 00:00:00 2001 From: cyc60 Date: Tue, 19 Sep 2023 15:31:03 +0300 Subject: [PATCH] Update Signed-off-by: cyc60 --- operator.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/operator.spec b/operator.spec index 64bdd680..d36ab8ab 100644 --- a/operator.spec +++ b/operator.spec @@ -3,7 +3,7 @@ from PyInstaller.utils.hooks import collect_data_files from sys import platform if platform == "darwin": - binaries=[('/usr/lib/libkrb5.3.3.dylib', '.' )], + binaries=[('/usr/lib/libkrb5.3.3.dylib', '.' )] else: binaries = []